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 @@
+[Unit]
+Description=Start psplash-systemd progress communication helper
+DefaultDependencies=no
+After=systemd-start.service
+
+[Service]
+ExecStart=/usr/bin/psplash-systemd
+
+[Install]
+WantedBy=sysinit.target