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