16 lines
360 B
Desktop File
16 lines
360 B
Desktop File
[Unit]
|
|
Description=Boot time animation
|
|
DefaultDependencies=no
|
|
After=local-fs.target systemd-udev-trigger.service systemd-udevd.service
|
|
Before=systemd-user-sessions.service
|
|
ConditionKernelCommandLine=!nosplash
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/init.d/bootanim start
|
|
ExecStop=/etc/init.d/bootanim stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|