Files
server/usr/lib/systemd/system/plymouth-quit.service
2026-01-07 20:52:11 +01:00

10 lines
218 B
Desktop File

[Unit]
Description=Terminate Plymouth Boot Screen
After=rc-local.service plymouth-start.service systemd-user-sessions.service
[Service]
ExecStart=-/usr/bin/plymouth quit
Type=oneshot
RemainAfterExit=yes
TimeoutSec=20