xref: /OK3568_Linux_fs/external/rkscript/bootanim.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Boot time animation
3DefaultDependencies=no
4After=local-fs.target
5
6[Service]
7ExecStart=/usr/bin/bootanim
8Type=forking
9KillMode=none
10SendSIGKILL=no
11
12[Install]
13WantedBy=graphical.target
14