forked from pool/systemd
11 lines
246 B
SYSTEMD
11 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description=Terminate bootsplash
|
||
|
After=xdm.service rc-local.service bootsplash-startup.service
|
||
|
DefaultDependencies=no
|
||
|
Names=plymout-quit-wait.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/lib/systemd/systemd-bootsplash 5
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=true
|