summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth-deactivate.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/plymouth/plymouth-deactivate.service')
-rw-r--r--pcr/plymouth/plymouth-deactivate.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/plymouth/plymouth-deactivate.service b/pcr/plymouth/plymouth-deactivate.service
new file mode 100644
index 000000000..2c6f34954
--- /dev/null
+++ b/pcr/plymouth/plymouth-deactivate.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Deactivate Plymouth Boot Screen
+After=rc-local.service plymouth-start.service systemd-user-sessions.service
+Before=getty@tty1.service
+
+[Service]
+ExecStart=/usr/bin/plymouth deactivate
+Type=oneshot
+TimeoutSec=20