diff options
Diffstat (limited to 'main/rsyslog/rsyslog.confd')
-rw-r--r-- | main/rsyslog/rsyslog.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rsyslog/rsyslog.confd b/main/rsyslog/rsyslog.confd index 85e90edc07..c3ad774742 100644 --- a/main/rsyslog/rsyslog.confd +++ b/main/rsyslog/rsyslog.confd @@ -14,4 +14,4 @@ PIDFILE="/var/run/rsyslogd.pid" # * 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 # * "-c5" tells rsyslog to _not_ run in sysklogd compatibility mode -RSYSLOG_OPTS="-c5" +RSYSLOG_OPTS="" |