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

13 lines
207 B
SYSTEMD
Raw Permalink Normal View History

2022-08-16 05:21:53 +02:00
[Unit]
Description=BirdNET-stream plotter
[Service]
User=<USER>
Group=<GROUP>
WorkingDirectory=<DIR>
2022-08-21 07:52:41 +02:00
ExecStart=<VENV>/bin/python3 ./daemon/plotter/chart.py
2022-08-16 05:21:53 +02:00
Type=simple
[Install]
WantedBy=multi-user.target