.
This commit is contained in:
parent
803780ff28
commit
dbb57fd727
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
opts.LogFile = path.Join(opts.CurrentPath, opts.LogFile)
|
opts.LogFile = path.Join(opts.CurrentPath, opts.LogFile)
|
||||||
pid.PIDFile = path.Join(opts.CurrentPath, "run", path.Base(os.Args[0])+".pid")
|
opts.Pidfile = path.Join(opts.CurrentPath, "run", path.Base(os.Args[0])+".pid")
|
||||||
opts.Exe = path.Base(os.Args[0])
|
opts.Exe = path.Base(os.Args[0])
|
||||||
|
|
||||||
flag.StringVar(&opts.Xymon, "x", "", "xymon server")
|
flag.StringVar(&opts.Xymon, "x", "", "xymon server")
|
||||||
|
|
Loading…
Add table
Reference in a new issue