diff options
Diffstat (limited to 'abs/core/plymouth/plymouth-quit.service')
-rw-r--r-- | abs/core/plymouth/plymouth-quit.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/plymouth/plymouth-quit.service b/abs/core/plymouth/plymouth-quit.service new file mode 100644 index 0000000..9d16a27 --- /dev/null +++ b/abs/core/plymouth/plymouth-quit.service @@ -0,0 +1,9 @@ +[Unit]
+Description=Terminate Plymouth Boot Screen
+After=rc-local.service plymouth-start.service systemd-user-sessions.service
+Before=getty@tty1.service
+
+[Service]
+ExecStart=-/usr/bin/plymouth quit
+Type=oneshot
+TimeoutSec=20
\ No newline at end of file |