1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

removed dist

This commit is contained in:
Matthias Hannig 2016-11-24 17:05:35 +01:00
parent c40bba4e3f
commit 9b4f9bb8e9
4 changed files with 2 additions and 41 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
birdwatcher
birdwatcher-*
DIST/

View file

@ -1,14 +0,0 @@
# ECIX 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/ecix/birdwatcher/bin/birdwatcher-linux-amd64 -birdc bird -port 29184 2>&1 | logger -i -t 'BIRD4 WATCHER'

View file

@ -1,14 +0,0 @@
# ECIX 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/ecix/birdwatcher/bin/birdwatcher-linux-amd64 -birdc bird6 -port 29185 2>&1 | logger -i -t 'BIRD6 WATCHER'

View file

@ -1,13 +0,0 @@
#
# Birdwatcher Startup
#
description "birdwatcher"
author "Matthias Hannig <mha@ecix.net>"
start on runlevel [2345]
stop on runlevel [!2345]