mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
. /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
|
Loading…
x
Reference in New Issue
Block a user