mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
Change default config location to /etc/birdwatcher
This commit is contained in:
parent
46356aa9eb
commit
a196f8ada0
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ func PrintServiceInfo(conf *Config, birdConf bird.BirdConfig) {
|
|||
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/ecix/birdwatcher.conf", "Configuration file location")
|
||||
configfile := flag.String("config", "etc/birdwatcher/birdwatcher.conf", "Configuration file location")
|
||||
flag.Parse()
|
||||
|
||||
bird.WorkerPoolSize = *workerPoolSize
|
||||
|
|
Loading…
Add table
Reference in a new issue