1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-23 00:00:07 +01:00
birdwatcher/install/upstart/init/bird6watcher.conf

14 lines
278 B
Text
Raw Permalink Normal View History

2018-07-20 15:08:34 +02:00
# birdwatcher
description "birdwatcher ipv6"
author "Matthias Hannig <mha@ecix.net>"
respawn
respawn limit 20 10
start on starting birdwatcher
stop on stopping birdwatcher
2018-07-20 15:08:34 +02:00
exec /opt/birdwatcher/birdwatcher/bin/birdwatcher-linux-amd64 -6 2>&1 | logger -i -t 'BIRD6 WATCHER'