syslog: use service_syslog.conf

This commit is contained in:
Stefan Saraev 2013-08-09 18:16:33 +03:00
parent 02b01774ff
commit 7fa3a07c86

View File

@ -28,8 +28,9 @@
# ensure that environment is sane
. /etc/profile
if [ -e $CONFIG_CACHE/syslog/remote ] ; then
source $CONFIG_CACHE/syslog/remote
SYSLOG_REMOTE=false
if [ -e $CONFIG_CACHE/service_syslog.conf ] ; then
. $CONFIG_CACHE/service_syslog.conf
fi
SYSLOGD_OPTIONS="-L"