forked from pool/systemd
11 lines
246 B
SYSTEMD
11 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description=Start bootsplash for shutdown/reboot
|
||
|
Before=shutdown.service halt.service
|
||
|
DefaultDependencies=no
|
||
|
ConditionKernelCommandLine=splash=silent
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/lib/systemd/systemd-bootsplash 0
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=true
|