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
|
||||
. /etc/profile
|
||||
|
||||
if [ -e $CONFIG_CACHE/syslog/remote ] ; then
|
||||
source $CONFIG_CACHE/syslog/remote
|
||||
SYSLOG_REMOTE=false
|
||||
if [ -e $CONFIG_CACHE/service_syslog.conf ] ; then
|
||||
. $CONFIG_CACHE/service_syslog.conf
|
||||
fi
|
||||
|
||||
SYSLOGD_OPTIONS="-L"
|
||||
|
||||
Reference in New Issue
Block a user