rc: start syslogd with -s (no UDP sockets)

Change-Id: I80f46c1c525d2573614676cdd612e284c16be481
This commit is contained in:
David van Moolenbroek 2016-02-29 16:24:21 +00:00
parent 7399f63e53
commit 28aa92fd90

View File

@ -238,7 +238,7 @@ start|autoboot)
fi
# syslogd has not been started yet
rm -f /var/run/syslogd.pid
daemonize syslogd
daemonize syslogd -s
echo .
# i2c only supported on ARM at the moment