diff --git a/birdwatcher.go b/birdwatcher.go index efe9710..e1b8bc3 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -128,7 +128,7 @@ func (m *MyLogger) Write(p []byte) (n int, err error) { func main() { bird6 := flag.Bool("6", false, "Use bird6 instead of bird") workerPoolSize := flag.Int("worker-pool-size", 8, "Number of go routines used to parse routing tables concurrently") - configfile := flag.String("config", "etc/birdwatcher/birdwatcher.conf", "Configuration file location") + configfile := flag.String("config", "/etc/birdwatcher/birdwatcher.conf", "Configuration file location") flag.Parse() bird.WorkerPoolSize = *workerPoolSize diff --git a/etc/ecix/birdwatcher.conf b/etc/birdwatcher/birdwatcher.conf similarity index 100% rename from etc/ecix/birdwatcher.conf rename to etc/birdwatcher/birdwatcher.conf