14 lines
183 B
Desktop File
Executable File
14 lines
183 B
Desktop File
Executable File
#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
|
|
|