12 lines
202 B
SYSTEMD
12 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=NBMrec daemon nocturnal bird migration service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=1000
|
||
|
ExecStart=/usr/local/bin/nmbrec.sh -d night
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|