mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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
|
||||
|
||||
SYSLOG_REMOTE=false
|
||||
if [ -e $CONFIG_CACHE/service_syslog.conf ] ; then
|
||||
. $CONFIG_CACHE/service_syslog.conf
|
||||
if [ -e $CONFIG_CACHE/services/syslog.conf ] ; then
|
||||
. $CONFIG_CACHE/services/syslog.conf
|
||||
fi
|
||||
|
||||
SYSLOGD_OPTIONS="-L"
|
||||
|
@ -29,8 +29,8 @@
|
||||
. /etc/profile
|
||||
|
||||
CRON_ENABLED=true
|
||||
if [ -f $CONFIG_CACHE/service_cron.conf ]; then
|
||||
. $CONFIG_CACHE/service_cron.conf
|
||||
if [ -f $CONFIG_CACHE/services/cron.conf ]; then
|
||||
. $CONFIG_CACHE/services/cron.conf
|
||||
fi
|
||||
|
||||
if [ "$CRON_ENABLED" == "true" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user