Files
X06SA/script/tools/RestartPuckDetection.py
gac-S_Changer 1fd1297176
2019-07-23 11:00:12 +02: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()