summaryrefslogtreecommitdiff
blob: 5abd19260b7a2a9ac9660fea6b8fb6908f97b184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Config file for /etc/init.d/rsyslog for Gentoo Linux

CONFIGFILE="/etc/rsyslog.conf"

PIDFILE="/var/run/rsyslogd.pid"

# Options to rsyslogd
# See rsyslogd(8) for more details
# Notes:
# * Do not specify another PIDFILE but use the variable above to change the location
# * Do not specify another CONFIGFILE but use the variable above to change the location
# * "-c3" tells rsyslog to _not_ run in sysklogd compatibility mode

RSYSLOG_OPTS="-c3"