mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-26 04:06:46 +00:00
syslog: start early
- some initscripts startup not logged otherwise
This commit is contained in:
parent
0782cd1be5
commit
a70d97a4b5
@ -28,8 +28,6 @@
|
|||||||
# ensure that environment is sane
|
# ensure that environment is sane
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
progress "Starting Syslog daemon"
|
|
||||||
|
|
||||||
if [ -e $CONFIG_CACHE/syslog/remote ] ; then
|
if [ -e $CONFIG_CACHE/syslog/remote ] ; then
|
||||||
source $CONFIG_CACHE/syslog/remote
|
source $CONFIG_CACHE/syslog/remote
|
||||||
fi
|
fi
|
||||||
@ -48,6 +46,8 @@
|
|||||||
|
|
||||||
syslogd $SYSLOGD_OPTIONS
|
syslogd $SYSLOGD_OPTIONS
|
||||||
|
|
||||||
|
progress "Starting Syslog daemon"
|
||||||
|
|
||||||
if [ "$SYSLOG_REMOTE" == "true" -a "$SYSLOG_SERVER" ]; then
|
if [ "$SYSLOG_REMOTE" == "true" -a "$SYSLOG_SERVER" ]; then
|
||||||
sleep 3
|
sleep 3
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user