birdwatcher/install/upstart/init/bird4watcher.conf

14 lines
275 B
Plaintext

# 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'