blob: 9d16a27909b016d09f57b71e9ce5cf174eb902ef (
plain)
1
2
3
4
5
6
7
8
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
|