ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/systemd/system/plymouth-quit.service

10 lines
218 B
INI

[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