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

10 lines
224 B
Desktop File

[Unit]
Description=Hold until boot process finishes up
After=rc-local.service plymouth-start.service systemd-user-sessions.service
[Service]
ExecStart=-/usr/bin/plymouth --wait
Type=oneshot
RemainAfterExit=yes
TimeoutSec=0