remove syslog restart from setup-disk

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-06-13 13:43:02 +01:00
parent 6625be95a5
commit d7e5c199b1

View File

@ -109,6 +109,10 @@ RUN \
rc-update add oom default && \
true
# we do not need to restart syslog, as probably not running
RUN \
sed -i 's@/etc/init.d/syslog --quiet restart@@' /sbin/setup-disk
COPY init /
CMD ["/bin/sh"]