diff --git a/.gitignore b/.gitignore index d60f5aa..251ae28 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ birdwatcher birdwatcher-* + +DIST/ diff --git a/DIST/etc/init/bird4watcher.conf b/DIST/etc/init/bird4watcher.conf deleted file mode 100644 index 0293fff..0000000 --- a/DIST/etc/init/bird4watcher.conf +++ /dev/null @@ -1,14 +0,0 @@ - -# ECIX birdwatcher - -description "birdwatcher ipv4" -author "Matthias Hannig " - -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' - diff --git a/DIST/etc/init/bird6watcher.conf b/DIST/etc/init/bird6watcher.conf deleted file mode 100644 index 642c095..0000000 --- a/DIST/etc/init/bird6watcher.conf +++ /dev/null @@ -1,14 +0,0 @@ - -# ECIX birdwatcher - -description "birdwatcher ipv6" -author "Matthias Hannig " - -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' - diff --git a/DIST/etc/init/birdwatcher.conf b/DIST/etc/init/birdwatcher.conf deleted file mode 100644 index 43b0766..0000000 --- a/DIST/etc/init/birdwatcher.conf +++ /dev/null @@ -1,13 +0,0 @@ - -# -# Birdwatcher Startup -# - -description "birdwatcher" -author "Matthias Hannig " - - -start on runlevel [2345] -stop on runlevel [!2345] - -