X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/1cecc933ef30ed6e1db569043a835188b34180b9..ab6f1b0d12478b8fe266e3dacc3de7121df29066:/init/tripe.conf diff --git a/init/tripe.conf b/init/tripe.conf index a2772076..743c17a6 100644 --- a/init/tripe.conf +++ b/init/tripe.conf @@ -49,6 +49,12 @@ ## #group=tripe +## The permissions to set on the administration socket. The default is 600, +## which allows only the configured user to connect. Setting 660 allows +## all members of the group to administer the server, which might be useful. +## Setting this to 666 is probably a really bad idea. +#sockmode=600 + ## Trace options to pass to tripe. The default is no tracing. The setting ## `A-cp' gives maxmimum possible verbosity without leaking important ## secrets. @@ -62,10 +68,17 @@ #miscopts= ## Logfile to write to. The default is determined by the `--with-logfile' -## configure option, which defaults to `./tripe.log' (relative to $TRIPEDIR). +## configure option, which defaults to `./tripe.log' (relative to +## $TRIPEDIR). This may be set to `-' to write the log to stdout, or `!' to +## write to stderr. ## #logfile=/var/log/tripe +## Whether to write a log to syslog. If this is something other than `nil', +## then logs are written to syslog. If `syslogp' is non-nil and `logfile' +## above is unset then no logs are written to files. +#syslogp=nil + ## Where to put tripectl's pidfile when it starts up. The default is ## determined by the `--with-pidfile' configure option, which defaults to ## `./tripectl.pid' (relative to $TRIPEDIR).