Add systemd configuration to launch psplash
[AGL/meta-agl.git] / meta-agl / recipes-core / psplash / files / psplash-quit.service
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 (file)
index 0000000..14bd499
--- /dev/null
@@ -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