d3 update

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

View File

@ -2,7 +2,7 @@
Description=Drone Client Service
[Service]
ExecStart=sleep 5 && /usr/bin/python /home/pi/bluetooth_drone/drone.py
ExecStart=/bin/bash/ -c "/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=sleep 5 && /usr/bin/python /home/linaro/bluetooth_drone/server.py
ExecStart=/bin/bash/ -c "/usr/bin/python /home/linaro/bluetooth_drone/server.py"
Restart=on-failure
[Install]