d3 update

This commit is contained in:
Daniel Pollithy 2017-08-31 22:20:05 +02:00
parent 6c8677a450
commit 3b9f69aef2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Description=Drone Client Service
[Service]
ExecStart=/usr/bin/python /home/pi/bluetooth_drone/drone.py
ExecStart=sleep 5 && /usr/bin/python /home/pi/bluetooth_drone/drone.py
Restart=on-failure
[Install]

View File

@ -2,7 +2,7 @@
Description=Station Client Service
[Service]
ExecStart=/usr/bin/python /home/linaro/bluetooth_drone/server.py
ExecStart=sleep 5 && /usr/bin/python /home/linaro/bluetooth_drone/server.py
Restart=on-failure
[Install]