diff options
-rw-r--r-- | meta/recipes-core/psplash/files/psplash-start.service | 1 | ||||
-rw-r--r-- | meta/recipes-core/psplash/files/psplash-systemd.service | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-start.service b/meta/recipes-core/psplash/files/psplash-start.service index 36c2bb38e0..bec9368427 100644 --- a/meta/recipes-core/psplash/files/psplash-start.service +++ b/meta/recipes-core/psplash/files/psplash-start.service | |||
@@ -2,6 +2,7 @@ | |||
2 | Description=Start psplash boot splash screen | 2 | Description=Start psplash boot splash screen |
3 | DefaultDependencies=no | 3 | DefaultDependencies=no |
4 | RequiresMountsFor=/run | 4 | RequiresMountsFor=/run |
5 | ConditionFileIsExecutable=/usr/bin/psplash | ||
5 | 6 | ||
6 | [Service] | 7 | [Service] |
7 | Type=notify | 8 | Type=notify |
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service index 082207f232..e93e3deb35 100644 --- a/meta/recipes-core/psplash/files/psplash-systemd.service +++ b/meta/recipes-core/psplash/files/psplash-systemd.service | |||
@@ -4,6 +4,7 @@ DefaultDependencies=no | |||
4 | After=psplash-start.service | 4 | After=psplash-start.service |
5 | Requires=psplash-start.service | 5 | Requires=psplash-start.service |
6 | RequiresMountsFor=/run | 6 | RequiresMountsFor=/run |
7 | ConditionFileIsExecutable=/usr/bin/psplash | ||
7 | 8 | ||
8 | [Service] | 9 | [Service] |
9 | ExecStart=/usr/bin/psplash-systemd | 10 | ExecStart=/usr/bin/psplash-systemd |