10 lines
224 B
Desktop File
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
|