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 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-start.service b/meta/recipes-core/psplash/files/psplash-start.service index a8c97c7a75..36c2bb38e0 100644 --- a/meta/recipes-core/psplash/files/psplash-start.service +++ b/meta/recipes-core/psplash/files/psplash-start.service | |||
| @@ -6,6 +6,7 @@ RequiresMountsFor=/run | |||
| 6 | [Service] | 6 | [Service] |
| 7 | Type=notify | 7 | Type=notify |
| 8 | ExecStart=/usr/bin/psplash | 8 | ExecStart=/usr/bin/psplash |
| 9 | RemainAfterExit=yes | ||
| 9 | 10 | ||
| 10 | [Install] | 11 | [Install] |
| 11 | WantedBy=sysinit.target | 12 | WantedBy=sysinit.target |
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service index 4e18980bb2..082207f232 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=systemd-start.service | ||
| 5 | After=psplash-start.service | 4 | After=psplash-start.service |
| 6 | Requires=psplash-start.service | 5 | Requires=psplash-start.service |
| 7 | RequiresMountsFor=/run | 6 | RequiresMountsFor=/run |
| 8 | 7 | ||
| 9 | [Service] | 8 | [Service] |
| 10 | ExecStart=/usr/bin/psplash-systemd | 9 | ExecStart=/usr/bin/psplash-systemd |
| 10 | RemainAfterExit=yes | ||
| 11 | 11 | ||
| 12 | [Install] | 12 | [Install] |
| 13 | WantedBy=sysinit.target | 13 | WantedBy=sysinit.target |
