mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
syslog: use service_syslog.conf
This commit is contained in:
@@ -28,8 +28,9 @@
|
|||||||
# ensure that environment is sane
|
# ensure that environment is sane
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
if [ -e $CONFIG_CACHE/syslog/remote ] ; then
|
SYSLOG_REMOTE=false
|
||||||
source $CONFIG_CACHE/syslog/remote
|
if [ -e $CONFIG_CACHE/service_syslog.conf ] ; then
|
||||||
|
. $CONFIG_CACHE/service_syslog.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SYSLOGD_OPTIONS="-L"
|
SYSLOGD_OPTIONS="-L"
|
||||||
|
|||||||
Reference in New Issue
Block a user