xref: /OK3568_Linux_fs/external/rockchip-test/auto_reboot/autoreboot.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=rockchip test auto reboot service
3
4[Service]
5Type=forking
6User=root
7ExecStart=/etc/init.d/S99-auto-reboot start
8ExecStop=/etc/init.d/S99-auto-reboot stop
9
10[Install]
11WantedBy=multi-user.target
12