mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: change path to service configfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f63140fce4
commit
f255fbe731
@ -29,8 +29,8 @@
|
|||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
SYSLOG_REMOTE=false
|
SYSLOG_REMOTE=false
|
||||||
if [ -e $CONFIG_CACHE/service_syslog.conf ] ; then
|
if [ -e $CONFIG_CACHE/services/syslog.conf ] ; then
|
||||||
. $CONFIG_CACHE/service_syslog.conf
|
. $CONFIG_CACHE/services/syslog.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SYSLOGD_OPTIONS="-L"
|
SYSLOGD_OPTIONS="-L"
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
CRON_ENABLED=true
|
CRON_ENABLED=true
|
||||||
if [ -f $CONFIG_CACHE/service_cron.conf ]; then
|
if [ -f $CONFIG_CACHE/services/cron.conf ]; then
|
||||||
. $CONFIG_CACHE/service_cron.conf
|
. $CONFIG_CACHE/services/cron.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CRON_ENABLED" == "true" ]; then
|
if [ "$CRON_ENABLED" == "true" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user