1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-16 00:00:08 +01:00
birdwatcher/install/upstart/init/bird6watcher.conf
2019-02-20 17:27:02 +01:00

13 lines
278 B
Text

# birdwatcher
description "birdwatcher ipv6"
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 -6 2>&1 | logger -i -t 'BIRD6 WATCHER'