13 lines
223 B
SYSTEMD
13 lines
223 B
SYSTEMD
|
[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
|