chiark / gitweb /
Debianization.
[tripe] / tripe.conf
index 3ca4edb00addc86c89dc3ff8e92cf3f8237b1be2..36bb132669c13bc0c50b616e82b0dd67934e045d 100644 (file)
@@ -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