Correct syslog configuration file path

This commit is contained in:
Jeremy Gardais 2016-07-25 14:41:46 +02:00
parent 62e940a38e
commit 577dfe2396
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -58,4 +58,4 @@ $IncludeConfig /etc/rsyslog.d/*.conf
############### ###############
#### RULES #### #### RULES ####
############### ###############
# See /etc/rsyslog.d/syslog.conf # See /etc/rsyslog.d/99syslog.conf