Remove syslog conf file

We are not using busybox syslog any more so this is unused.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-11-08 11:50:38 +00:00
parent 71c899ff46
commit e0eda2d1e0

View File

@ -1,5 +0,0 @@
# Would prefer to check [ -S /var/run/syslog.vsock ] but it doesn't
# always exist by the time we get here starts.
if [ -e /var/run/vsudd.pid -a ! -d /sys/bus/vmbus ] ; then
SYSLOGD_OPTS="-R local:/var/run/syslog.vsock"
fi