mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-07 09:44:00 +00:00
remove syslog restart from setup-disk
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
9fe395c180
commit
96d0225bbf
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user