bluetooth_drone/drone.service
Daniel Pollithy ea26442ae3 d3 update
2017-09-01 12:22:58 +02:00

11 lines
227 B
Desktop File

[Unit]
Description=Drone Client Service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python /home/pi/bluetooth_drone/drone.py > /home/pi/drone.log 2>&1
Restart=on-failure
[Install]
WantedBy=multi-user.target