BirdNET-stream/daemon/systemd/templates/birdnet_plotter.service

13 lines
223 B
Desktop File

[Unit]
Description=BirdNET-stream plotter
[Service]
User=<USER>
Group=<GROUP>
WorkingDirectory=<DIR>
ExecStart=./.venv/birdnet-stream/bin/python3 ./daemon/plotter/chart.py
Type=simple
[Install]
WantedBy=multi-user.target