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:
parent
b5ae11c105
commit
f7217108d9
4 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@ birdwatcher
|
|||
birdwatcher-*
|
||||
|
||||
DIST/
|
||||
|
||||
etc/ecix
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.0.1
|
||||
1.0.2
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue