mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
syslog: use service_syslog.conf
This commit is contained in:
parent
02b01774ff
commit
7fa3a07c86
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user