12 lines
211 B
SYSTEMD
Raw Normal View History

2025-05-10 21:49:39 +08:00
[Unit]
Description=rockchip test auto reboot service
[Service]
Type=forking
User=root
ExecStart=/etc/init.d/S99-auto-reboot start
ExecStop=/etc/init.d/S99-auto-reboot stop
[Install]
WantedBy=multi-user.target