mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
d3 update
This commit is contained in:
parent
3b9f69aef2
commit
6badcdfb02
@ -2,7 +2,7 @@
|
|||||||
Description=Drone Client Service
|
Description=Drone Client Service
|
||||||
|
|
||||||
[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
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
Description=Station Client Service
|
Description=Station Client Service
|
||||||
|
|
||||||
[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
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user