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:
parent
c40bba4e3f
commit
9b4f9bb8e9
4 changed files with 2 additions and 41 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@
|
|||
|
||||
birdwatcher
|
||||
birdwatcher-*
|
||||
|
||||
DIST/
|
||||
|
|
|
@ -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'
|
||||
|
|
@ -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'
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
#
|
||||
# Birdwatcher Startup
|
||||
#
|
||||
|
||||
description "birdwatcher"
|
||||
author "Matthias Hannig <mha@ecix.net>"
|
||||
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue