12 lines
211 B
Desktop File
12 lines
211 B
Desktop File
[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
|