mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-16 00:00:08 +01:00
13 lines
275 B
Text
13 lines
275 B
Text
|
|
# birdwatcher
|
|
|
|
description "birdwatcher ipv4"
|
|
author "Matthias Hannig <mha@ecix.net>"
|
|
|
|
respawn
|
|
respawn limit 20 10
|
|
|
|
start on starting birdwatcher
|
|
stop on stopping birdwatcher
|
|
|
|
exec /opt/birdwatcher/birdwatcher/bin/birdwatcher-linux-amd64 2>&1 | logger -i -t 'BIRD4 WATCHER'
|