summaryrefslogtreecommitdiffstats
path: root/core/modules/plymouth/data/etc/systemd/system/plymouth-quit.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/plymouth/data/etc/systemd/system/plymouth-quit.service')
-rw-r--r--core/modules/plymouth/data/etc/systemd/system/plymouth-quit.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/plymouth/data/etc/systemd/system/plymouth-quit.service b/core/modules/plymouth/data/etc/systemd/system/plymouth-quit.service
new file mode 100644
index 00000000..0ed4fa49
--- /dev/null
+++ b/core/modules/plymouth/data/etc/systemd/system/plymouth-quit.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Terminate Plymouth Boot Screen
+Before=display-manager.service
+After=systemd-user-sessions.service
+
+[Service]
+ExecStart=-/bin/plymouth quit
+Type=oneshot
+TimeoutSec=20