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
|
||||
|
||||
[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]
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user