Add a comment indicating pattern uses pgrep -f
This commit is contained in:
parent
e2aa0e8a35
commit
d47740bd8d
|
@ -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