11 lines
211 B
Desktop File
11 lines
211 B
Desktop File
[Unit]
|
|
Description=BirdNET BirdSound Extraction
|
|
[Service]
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
Type=simple
|
|
User=${BIRDNET_USER}
|
|
ExecStart=/usr/local/bin/extract_new_birdsounds.sh
|
|
[Install]
|
|
WantedBy=multi-user.target
|