diff options
Diffstat (limited to 'meta/recipes-core/psplash/files/psplash-systemd.service')
-rw-r--r-- | meta/recipes-core/psplash/files/psplash-systemd.service | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service index 082207f232..15a894d577 100644 --- a/meta/recipes-core/psplash/files/psplash-systemd.service +++ b/meta/recipes-core/psplash/files/psplash-systemd.service | |||
@@ -1,13 +1,13 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=Start psplash-systemd progress communication helper | 2 | Description=Start psplash-systemd progress communication helper |
3 | DefaultDependencies=no | 3 | DefaultDependencies=no |
4 | After=psplash-start.service | 4 | After=psplash-start@fb0.service |
5 | Requires=psplash-start.service | 5 | Requires=psplash-start@fb0.service |
6 | RequiresMountsFor=/run | 6 | RequiresMountsFor=/run |
7 | ConditionFileIsExecutable=/usr/bin/psplash | ||
8 | ConditionFileIsExecutable=/usr/bin/psplash-systemd | ||
9 | ConditionPathExists=/run/psplash_fifo | ||
7 | 10 | ||
8 | [Service] | 11 | [Service] |
9 | ExecStart=/usr/bin/psplash-systemd | 12 | ExecStart=-/usr/bin/psplash-systemd |
10 | RemainAfterExit=yes | 13 | RemainAfterExit=yes |
11 | |||
12 | [Install] | ||
13 | WantedBy=sysinit.target | ||