X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=doc%2Fhtsnrc.example;h=6ddcebeeafda540e27589a12deb9f1fc1cc539cc;hp=f82e19586853272c02e3dfc91288a48a96d8a889;hb=431c2a85ca0fc6be25d6ef35447c6f4ccf54b34c;hpb=ac3a81eb6d0f8ca4e212752d5b390a4fc220cceb diff --git a/doc/htsnrc.example b/doc/htsnrc.example index f82e195..6ddcebe 100644 --- a/doc/htsnrc.example +++ b/doc/htsnrc.example @@ -57,21 +57,28 @@ # password = "whatever" -# (Daemon mode only) Create a PID file in the given location. +# (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. # # Default: /run/htsn.pid # # pidfile = /var/run/htsn.pid -# (Daemon mode only) Run htsn as the specified system grup. +# (Daemon mode only) Run htsn as the specified system grup. The PID +# file is written before privileges are dropped, so the only +# privileges needed by htsn are those necessary to write the XML files +# and (optionally) the log file. # # Default: the current group # # run-as-group = htsn -# (Daemon mode only) Run htsn as the specified system user. +# (Daemon mode only) Run htsn as the specified system user. The PID +# file is written before privileges are dropped, so the only +# privileges needed by htsn are those necessary to write the XML files +# and (optionally) the log file. # # Default: the current user #