snstac / adsbcot

Display Aircraft in TAK - ADS-B to TAK Gateway
https://adsbcot.rtfd.io
Apache License 2.0
86 stars 22 forks source link

Fix systemd service for adsbexchange image #16

Open ampledata opened 1 year ago

ampledata commented 1 year ago

Service should be:


[Unit]
Description=ADSBCOT Service
After=multi-user.target

[Service]
ExecStart=/home/pi/.local/bin/adsbcot -c /etc/adsbcot.ini
Environment=PYTHONPATH=/home/pi/.local/lib/python3.9/site-packages
WorkingDirectory=/home/pi
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target