mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
11 lines
227 B
Desktop File
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 |