Add a comment indicating pattern uses pgrep -f

This commit is contained in:
Eduard Carreras 2015-11-25 08:02:15 +01:00 committed by Cameron Sparr
parent e2aa0e8a35
commit d47740bd8d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ var sampleConfig = `
pid_file = "/var/run/nginx.pid"
# executable name (used by pgrep)
# exe = "nginx"
# pattern as argument for pgrep -f
# pattern = "nginx"
`