diff options
Diffstat (limited to 'meta/recipes-core/psplash/files/psplash-systemd.service')
-rw-r--r-- | meta/recipes-core/psplash/files/psplash-systemd.service | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service index e93e3deb35..15a894d577 100644 --- a/meta/recipes-core/psplash/files/psplash-systemd.service +++ b/meta/recipes-core/psplash/files/psplash-systemd.service | |||
@@ -1,14 +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 | 7 | ConditionFileIsExecutable=/usr/bin/psplash |
8 | ConditionFileIsExecutable=/usr/bin/psplash-systemd | ||
9 | ConditionPathExists=/run/psplash_fifo | ||
8 | 10 | ||
9 | [Service] | 11 | [Service] |
10 | ExecStart=/usr/bin/psplash-systemd | 12 | ExecStart=-/usr/bin/psplash-systemd |
11 | RemainAfterExit=yes | 13 | RemainAfterExit=yes |
12 | |||
13 | [Install] | ||
14 | WantedBy=sysinit.target | ||