linuxOS_AP05/debian/test/rockchip-test/auto_reboot/rockchip_reboot.service

14 lines
183 B
SYSTEMD
Raw Normal View History

2025-09-26 01:40:02 +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