Add a comment indicating pattern uses pgrep -f
This commit is contained in:
parent
3f63245366
commit
63065c7c8b
|
@ -36,6 +36,7 @@ var sampleConfig = `
|
||||||
pid_file = "/var/run/nginx.pid"
|
pid_file = "/var/run/nginx.pid"
|
||||||
# executable name (used by pgrep)
|
# executable name (used by pgrep)
|
||||||
# exe = "nginx"
|
# exe = "nginx"
|
||||||
|
# pattern as argument for pgrep -f
|
||||||
# pattern = "nginx"
|
# pattern = "nginx"
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue