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:
Stephan Raue 2013-02-06 13:42:19 -08:00
commit 8647083a85

View File

@ -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