fix type in sample config
This commit is contained in:
parent
c999bdead2
commit
7391d38ed8
|
@ -31,7 +31,7 @@ var sampleConfig = `
|
||||||
pid_file = "/path/to/foo.pid"
|
pid_file = "/path/to/foo.pid"
|
||||||
# executable name (used by pgrep)
|
# executable name (used by pgrep)
|
||||||
exe = "/path/to/foo"
|
exe = "/path/to/foo"
|
||||||
name = "foo" # required
|
prefix = "foo" # required
|
||||||
`
|
`
|
||||||
|
|
||||||
func (_ *Procstat) SampleConfig() string {
|
func (_ *Procstat) SampleConfig() string {
|
||||||
|
|
Loading…
Reference in New Issue