X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fhtsnrc.example;h=bb2de46199e2b1b98582612bdbf6f57d670e0f5f;hb=HEAD;hp=90212cdfa4d39ef6090a4d0bc09f69c5eef24b22;hpb=1c9fc237aae9afa0b8c374366562bfd52787b796;p=dead%2Fhtsn.git diff --git a/doc/htsnrc.example b/doc/htsnrc.example index 90212cd..bb2de46 100644 --- a/doc/htsnrc.example +++ b/doc/htsnrc.example @@ -40,9 +40,10 @@ # How verbose should the logs be? Valid levels are, # -# "INFO", "WARNING", "ERROR" +# "DEBUG", "INFO", "WARNING", "ERROR" # -# (there are others, but we don't emit them.) +# (there are others, but we don't emit them.) The debug output is +# extremely verbose and will not be written to syslog even if you try. # # Default: "INFO" # @@ -67,8 +68,11 @@ # (Daemon mode only) Create a PID file in the given location. This is # used by the init system on Unix to keep track of the running -# daemon. Its parent directory must be writable by the user/group that -# we will run as! +# daemon. +# +# If necessary, its parent directory will be created with owner/group +# set to the appropriate user/group, but at most one directory will be +# created (that is, we won't create an entire directory tree). # # Default: /run/htsn/htsn.pid #