forked from pool/systemd
10 lines
188 B
SYSTEMD
10 lines
188 B
SYSTEMD
|
[Unit]
|
||
|
Description=Start bootsplash
|
||
|
DefaultDependencies=no
|
||
|
ConditionKernelCommandLine=splash=silent
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/lib/system/systemd-bootsplash B
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=true
|