linuxOS_AP06/debian/overlay-debug/rockchip-test/auto_reboot/rockchip_reboot.service

14 lines
183 B
SYSTEMD
Raw Normal View History

2025-06-03 04:28:32 +00:00
#start
[Unit]
Description=Setup reboot platform
After=adbd.service
[Service]
Type=forking
ExecStart=/etc/init.d/auto_reboot_test.sh start
[Install]
WantedBy=multi-user.target
#end