From e730f9ce1b9db5bb6d3cdbae9fae735cec2c367f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 23 Dec 2013 17:36:58 -0500 Subject: [PATCH] Quote example user/group names. --- doc/htsnrc.example | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.43.2