X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/7631176f5c140b9c77fa865ef3b2287fd574e4d7..ef4a1ab72d88f8790c367b513863d4f9a101a34d:/tripe.conf diff --git a/tripe.conf b/tripe.conf index 3ca4edb0..36bb1326 100644 --- a/tripe.conf +++ b/tripe.conf @@ -1,10 +1,10 @@ # tripe configuration file # -# this is sourced as a Bourne shell script by tripe-init +# this is sourced as a Bourne shell script by /etc/init.d/tripe # The directory you want tripe to work in. This is where it will search for # keyrings, and where its admin socket and logfile are kept. -# TRIPEDIR=/var/lib/tripe +# TRIPEDIR=/etc/tripe # The address you want tripe to bind to. By default, tripe will accept # packets to any address acceptable to the host, and send packets from the @@ -37,4 +37,8 @@ # miscopts= # Logfile to write to. The default is `tripe.log' in the working directory. -# logfile=tripe.log +# logfile=/var/log/tripe + +# Where to put tripectl's pidfile when it starts up. The default is +# tripectl.pid in the working directory. +# pidfile=/var/run/tripectl.pid