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

fixed startup script

This commit is contained in:
Matthias Hannig 2016-11-30 13:14:12 +01:00
parent b5ae11c105
commit f7217108d9
4 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

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

View file

@ -1 +1 @@
1.0.1
1.0.2

View file

@ -10,5 +10,5 @@ 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'
exec /opt/ecix/birdwatcher/bin/birdwatcher-linux-amd64 -birdc birdc -port 29184 2>&1 | logger -i -t 'BIRD4 WATCHER'

View file

@ -10,5 +10,5 @@ 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'
exec /opt/ecix/birdwatcher/bin/birdwatcher-linux-amd64 -birdc birdc6 -port 29185 2>&1 | logger -i -t 'BIRD6 WATCHER'