X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/a9279e37b649abd11bbc416398cfaf787cd8d865..HEAD:/init/tripe.conf diff --git a/init/tripe.conf b/init/tripe.conf index 7d78ee62..743c17a6 100644 --- a/init/tripe.conf +++ b/init/tripe.conf @@ -53,7 +53,7 @@ ## 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. -#mode=600 +#sockmode=600 ## Trace options to pass to tripe. The default is no tracing. The setting ## `A-cp' gives maxmimum possible verbosity without leaking important @@ -68,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).