systemd/bootsplash-startup.service

10 lines
188 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Start bootsplash
DefaultDependencies=no
ConditionKernelCommandLine=splash=silent
[Service]
ExecStart=/lib/system/systemd-bootsplash B
Type=oneshot
RemainAfterExit=true