From: Michael Orlitzky Date: Mon, 23 Dec 2013 22:36:58 +0000 (-0500) Subject: Quote example user/group names. X-Git-Tag: 0.0.2~11 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=e730f9ce1b9db5bb6d3cdbae9fae735cec2c367f Quote example user/group names. --- diff --git a/doc/htsnrc.example b/doc/htsnrc.example index 6ddcebe..dfe38cb 100644 --- a/doc/htsnrc.example +++ b/doc/htsnrc.example @@ -1,6 +1,7 @@ # Example configuration file for htsn. For this to take effect, you -# would need to place it in $HOME/.htsnrc. On Windows, it probably -# needs to go in %APPDATA%, or C:\Users\\Application Data. +# would need to place it in either /etc/htsnrc or $HOME/.htsnrc. On +# Windows, it probably needs to go in %APPDATA%, or +# C:\Users\\Application Data. # Run in the background as a daemon? @@ -72,7 +73,7 @@ # # Default: the current group # -# run-as-group = htsn +# run-as-group = "htsn" # (Daemon mode only) Run htsn as the specified system user. The PID @@ -82,7 +83,7 @@ # # Default: the current user # -# run-as-user = htsn +# run-as-user = "htsn" # Do you want to log to syslog? On Windows this will attempt to # communicate (over UDP) with a syslog daemon on localhost, which will