mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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"
|
||||
if [ -f /storage/.config/syslog.conf ]; then
|
||||
syslogd -f /storage/.config/syslog.conf
|
||||
else
|
||||
syslogd
|
||||
fi
|
||||
|
||||
progress "Starting Kernellog daemon"
|
||||
klogd
|
||||
|
Loading…
x
Reference in New Issue
Block a user