Systemd service: change python script name to copter_client.py

This commit is contained in:
Arthur Golubtsov
2019-06-15 11:20:59 +03:00
parent e4a6b4762d
commit fd4f40a3f9

View File

@@ -6,7 +6,7 @@ After=clever.service
[Service]
WorkingDirectory=/home/pi/CleverSwarm/Drone
EnvironmentFile=/lib/systemd/system/roscore.env
ExecStart=/usr/bin/python /home/pi/CleverSwarm/Drone/client.py
ExecStart=/usr/bin/python /home/pi/CleverSwarm/Drone/copter_client.py
Restart=on-failure
RestartSec=3