syslog: start early

- some initscripts startup not logged otherwise
This commit is contained in:
Stefan Saraev 2013-07-18 19:52:49 +03:00
parent 0782cd1be5
commit a70d97a4b5

View File

@ -28,8 +28,6 @@
# ensure that environment is sane
. /etc/profile
progress "Starting Syslog daemon"
if [ -e $CONFIG_CACHE/syslog/remote ] ; then
source $CONFIG_CACHE/syslog/remote
fi
@ -48,6 +46,8 @@
syslogd $SYSLOGD_OPTIONS
progress "Starting Syslog daemon"
if [ "$SYSLOG_REMOTE" == "true" -a "$SYSLOG_SERVER" ]; then
sleep 3
fi