File tircd-daemon-config.patch of Package tircd
--- tircd.cfg.orig 2009-04-09 19:26:49.000000000 +0200
+++ tircd.cfg 2009-04-10 00:31:19.000000000 +0200
@@ -8,16 +8,23 @@
address 127.0.0.1
port 6667
+# User tircd should switch to when running as root and after binding to the address specified
+# above
+user tircd
+
+# When defined, tircd writes its PID to the file after startup
+pidfile /var/run/tircd.pid
+
# This controls where tircd will store it's configuration data
# This is used to store per-user preferences and channel lineups
# If not set, data will not be saved between user sessions
-storage_path /tmp/tircd
+storage_path /var/lib/tircd
# This controls how POE logs data
# Current options for logtype are 'stdout', 'stderr', 'file', or 'none',
# If file is chosen logfile must be set to a path for the log file
-logtype stdout
-logfile tircd.log
+logtype file
+logfile /var/log/tircd.log
# This option turns on lots of extra debugging. The default setting is 0 or off.
debug 0