Files
mxsc/script/tools/RestartPuckDetection.py
gac-S_Changer 4371d9c6d8
2018-06-29 11:27:20 +02:00

8 lines
229 B
Python

USR,PWD = "pi", "raspberry"
HOST,PORT = "tell-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()