summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/psplash/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/recipes-core/psplash/files')
-rw-r--r--meta-agl/recipes-core/psplash/files/psplash-quit.service11
-rw-r--r--meta-agl/recipes-core/psplash/files/psplash-start.service11
2 files changed, 22 insertions, 0 deletions
diff --git a/meta-agl/recipes-core/psplash/files/psplash-quit.service b/meta-agl/recipes-core/psplash/files/psplash-quit.service
new file mode 100644
index 000000000..14bd4994b
--- /dev/null
+++ b/meta-agl/recipes-core/psplash/files/psplash-quit.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Terminate Psplash Boot Screen
+After=psplash-start.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/psplash-write QUIT
+TimeoutSec=20
+
+[Install]
+WantedBy=multi-user.target
diff --git a/meta-agl/recipes-core/psplash/files/psplash-start.service b/meta-agl/recipes-core/psplash/files/psplash-start.service
new file mode 100644
index 000000000..7881e73cc
--- /dev/null
+++ b/meta-agl/recipes-core/psplash/files/psplash-start.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Start Psplash Boot Screen
+Wants=systemd-vconsole-setup.service
+After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
+DefaultDependencies=no
+
+[Service]
+ExecStart=/usr/bin/psplash -n
+
+[Install]
+WantedBy=sysinit.target