summarylogtreecommitdiffstats
path: root/plymouth-deactivate.service
blob: 6f1d87eb43338643d072cd2bc370ce981984f85d (plain)
1
2
3
4
5
6
7
8
9
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