diff --git a/.gitignore b/.gitignore index 251ae28..b978237 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ birdwatcher birdwatcher-* DIST/ + +etc/ecix diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/etc/init/bird4watcher.conf b/etc/init/bird4watcher.conf index 0293fff..c8430ef 100644 --- a/etc/init/bird4watcher.conf +++ b/etc/init/bird4watcher.conf @@ -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' diff --git a/etc/init/bird6watcher.conf b/etc/init/bird6watcher.conf index 642c095..d166f96 100644 --- a/etc/init/bird6watcher.conf +++ b/etc/init/bird6watcher.conf @@ -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'