mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #1856 from dagwieers/syslog-config
Allow syslog.conf to be locally customized from /storage/.config/syslog.conf
This commit is contained in:
commit
8647083a85
@ -25,7 +25,11 @@
|
|||||||
|
|
||||||
(
|
(
|
||||||
progress "Starting Syslog daemon"
|
progress "Starting Syslog daemon"
|
||||||
|
if [ -f /storage/.config/syslog.conf ]; then
|
||||||
|
syslogd -f /storage/.config/syslog.conf
|
||||||
|
else
|
||||||
syslogd
|
syslogd
|
||||||
|
fi
|
||||||
|
|
||||||
progress "Starting Kernellog daemon"
|
progress "Starting Kernellog daemon"
|
||||||
klogd
|
klogd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user