Files
X10SA/script/tools/RestartPuckDetection.py
T
gac-S_Changer 981e2f5846
2019-11-28 14:37:36 +01:00

8 lines
231 B
Python

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