Files
x06da/script/tools/RestartPuckDetection.py
gac-S_Changer c85d4b4aa9 Startup
2020-09-08 11:53:11 +02:00

8 lines
231 B
Python

USR,PWD = "pi", "raspberry"
HOST,PORT = "tell6d-raspberrypi", 22
CMD= "sudo systemctl stop puck_detection.service;sudo systemctl start puck_detection.service"
ret = run("tools/SshExec")
set_return(ret)
puck_detection.initialize()