mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-02 15:31:12 +00:00
Merge pull request #202 from justincormack/nosyslogrestart
remove syslog restart from setup-disk
This commit is contained in:
commit
7c0c83b01c
@ -109,6 +109,10 @@ RUN \
|
|||||||
rc-update add oom default && \
|
rc-update add oom default && \
|
||||||
true
|
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 /
|
COPY init /
|
||||||
|
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user