plymouth/plymouth-deactivate.service

10 lines
226 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Deactivate Plymouth Boot Screen
After=rc-local.service plymouth-start.service systemd-user-sessions.service
Before=getty@tty1.service
[Service]
ExecStart=/bin/plymouth deactivate
Type=oneshot
TimeoutSec=20