projtool.pl: do not attempt to check unset error codes
[girocco.git] / rsyslog / girocco.conf
blob048247565ebc5780ad8e67624545c908292f7ac1
1 # Create an additional socket in girocco's chroot in order to not break
2 # logging from within the chroot jail.  If the directory is missing,
3 # rsyslog will silently skip creating the socket.
4 $AddUnixListenSocket /home/repo/j/dev/log
6 # On a syslog (e.g. FreeBSD) system, the following will need to be
7 # added to /etc/rc.conf instead:
8 #   syslogd_flags="$syslogd_flags -l /home/repo/j/var/run/log"
9 # and then have "/etc/rc.d/syslogd restart" run.