Correct syslog configuration file path
This commit is contained in:
parent
62e940a38e
commit
577dfe2396
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
RSYSLOGD_CONF="$(dirname $0)/rsyslog/rsyslog.conf"
|
RSYSLOGD_CONF="$(dirname $0)/rsyslog/rsyslog.conf"
|
||||||
RSYSLOGD_FILE="/etc/rsyslog.conf"
|
RSYSLOGD_FILE="/etc/rsyslog.conf"
|
||||||
RSYSLOGD_SYSLOG_CONF="$(dirname $0)/rsyslog/syslogd.conf"
|
RSYSLOGD_SYSLOG_CONF="$(dirname $0)/rsyslog/99syslog.conf"
|
||||||
RSYSLOGD_SYSLOG_FILE="/etc/rsyslog.d/syslogd.conf"
|
RSYSLOGD_SYSLOG_FILE="/etc/rsyslog.d/syslogd.conf"
|
||||||
|
|
||||||
LOGROTATE_CONF="$(dirname $0)/logrotate/logrotate.conf"
|
LOGROTATE_CONF="$(dirname $0)/logrotate/logrotate.conf"
|
||||||
|
|
|
@ -58,4 +58,4 @@ $IncludeConfig /etc/rsyslog.d/*.conf
|
||||||
###############
|
###############
|
||||||
#### RULES ####
|
#### RULES ####
|
||||||
###############
|
###############
|
||||||
# See /etc/rsyslog.d/syslog.conf
|
# See /etc/rsyslog.d/99syslog.conf
|
||||||
|
|
Loading…
Reference in New Issue