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.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service
new file mode 100644
index 0000000000..e14f42032d
--- /dev/null
+++ b/meta/recipes-core/psplash/files/psplash-systemd.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Start psplash-systemd progress communication helper
3DefaultDependencies=no
4After=systemd-start.service
5
6[Service]
7ExecStart=/usr/bin/psplash-systemd
8
9[Install]
10WantedBy=sysinit.target