new/external/rkscript/bootanim.service

14 lines
202 B
SYSTEMD
Raw Normal View History

2025-05-10 21:58:58 +08:00
[Unit]
Description=Boot time animation
DefaultDependencies=no
After=local-fs.target
[Service]
ExecStart=/usr/bin/bootanim
Type=forking
KillMode=none
SendSIGKILL=no
[Install]
WantedBy=graphical.target