diff options
| -rw-r--r-- | meta/recipes-core/psplash/files/psplash-start.service | 2 | ||||
| -rw-r--r-- | meta/recipes-core/psplash/files/psplash-systemd.service | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-start.service b/meta/recipes-core/psplash/files/psplash-start.service index 9de8f6321a..af9d5d6c20 100644 --- a/meta/recipes-core/psplash/files/psplash-start.service +++ b/meta/recipes-core/psplash/files/psplash-start.service | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [Unit] | 1 | [Unit] |
| 2 | Description=Start psplash boot splash screen | 2 | Description=Start psplash boot splash screen |
| 3 | DefaultDependencies=no | 3 | DefaultDependencies=no |
| 4 | Requires=psplash-systemd.service | 4 | RequiresMountsFor=/run |
| 5 | 5 | ||
| 6 | [Service] | 6 | [Service] |
| 7 | ExecStart=/usr/bin/psplash | 7 | ExecStart=/usr/bin/psplash |
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service index e14f42032d..249aa54039 100644 --- a/meta/recipes-core/psplash/files/psplash-systemd.service +++ b/meta/recipes-core/psplash/files/psplash-systemd.service | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | Description=Start psplash-systemd progress communication helper | 2 | Description=Start psplash-systemd progress communication helper |
| 3 | DefaultDependencies=no | 3 | DefaultDependencies=no |
| 4 | After=systemd-start.service | 4 | After=systemd-start.service |
| 5 | Requires=psplash-start.service | ||
| 6 | RequiresMountsFor=/run | ||
| 5 | 7 | ||
| 6 | [Service] | 8 | [Service] |
| 7 | ExecStart=/usr/bin/psplash-systemd | 9 | ExecStart=/usr/bin/psplash-systemd |
