Merge pull request #2031 from dagwieers/network-syslog

Move syslogd after network so we can log kernel messages to remote server
This commit is contained in:
Stefan Saraev 2013-03-09 09:23:54 -08:00
commit 53c54474b3

View File

@ -28,10 +28,10 @@
source /var/config/settings.conf
SYSLOGD_OPTIONS="-L"
SYSLOGD_OPTIONS="-L -D"
if [ "$SYSLOG_REMOTE" == "true" -a "$SYSLOG_SERVER" ]; then
SYSLOGD_OPTIONS="$SYSLOGD_OPTIONS -R $SYSLOG_SERVER"
SYSLOGD_OPTIONS="-R $SYSLOG_SERVER $SYSLOGD_OPTIONS"
fi
if [ -f /storage/.config/syslog.conf ]; then