diff options
Diffstat (limited to 'pcr-testing/plymouth/plymouth-deactivate.service')
-rw-r--r-- | pcr-testing/plymouth/plymouth-deactivate.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr-testing/plymouth/plymouth-deactivate.service b/pcr-testing/plymouth/plymouth-deactivate.service new file mode 100644 index 000000000..2c6f34954 --- /dev/null +++ b/pcr-testing/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 |