summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth-deactivate.service
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-03-22 11:10:24 -0300
committerDavid P <megver83@openmailbox.org>2017-03-22 11:10:24 -0300
commit8222e4f10d701a4a52c62f95de3573d1c904d249 (patch)
tree386b9a4a93d0502a0f4759c8296d1996490250a8 /pcr/plymouth/plymouth-deactivate.service
parent62526bc1720fdacef644e905ba4a3bd2200e512f (diff)
downloadabslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.tar.gz
abslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.tar.bz2
abslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.zip
Added plymouth
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