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