mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
11 lines
208 B
Desktop File
11 lines
208 B
Desktop File
[Unit]
|
|
Description=Station Client Service
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/usr/bin/python /home/linaro/bluetooth_drone/server.py
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |