summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/psplash/files/psplash-systemd.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/psplash/files/psplash-systemd.service')
-rw-r--r--meta/recipes-core/psplash/files/psplash-systemd.service2
1 files changed, 1 insertions, 1 deletions
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]
2Description=Start psplash-systemd progress communication helper 2Description=Start psplash-systemd progress communication helper
3DefaultDependencies=no 3DefaultDependencies=no
4After=systemd-start.service
5After=psplash-start.service 4After=psplash-start.service
6Requires=psplash-start.service 5Requires=psplash-start.service
7RequiresMountsFor=/run 6RequiresMountsFor=/run
8 7
9[Service] 8[Service]
10ExecStart=/usr/bin/psplash-systemd 9ExecStart=/usr/bin/psplash-systemd
10RemainAfterExit=yes
11 11
12[Install] 12[Install]
13WantedBy=sysinit.target 13WantedBy=sysinit.target