xref: /OK3568_Linux_fs/debian/overlay-debug/rockchip-test/auto_reboot/rockchip_reboot.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#start
2[Unit]
3Description=Setup reboot platform
4After=adbd.service
5
6[Service]
7Type=forking
8ExecStart=/etc/init.d/auto_reboot_test.sh start
9
10[Install]
11WantedBy=multi-user.target
12#end
13
14