summarylogtreecommitdiffstats
path: root/plymouth-deactivate.service
diff options
context:
space:
mode:
authorPellegrino Prevete2022-11-19 20:51:25 +0000
committerPellegrino Prevete2022-11-19 20:51:25 +0000
commit5db7f6942648b5a331d5c96f22f232d6dc4664a6 (patch)
treeb2701bf11724265485506c59f67b1aff53dd23ee /plymouth-deactivate.service
downloadaur-plymouth-sigfile.tar.gz
initial build
Diffstat (limited to 'plymouth-deactivate.service')
-rw-r--r--plymouth-deactivate.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/plymouth-deactivate.service b/plymouth-deactivate.service
new file mode 100644
index 000000000000..6f1d87eb4333
--- /dev/null
+++ b/plymouth-deactivate.service
@@ -0,0 +1,10 @@
+[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
+RemainAfterExit=yes