runit: wait for syslog-ng before starting loggers (#1537)
This commit is contained in:
parent
92f0db8056
commit
40e3a95868
19 changed files with 23 additions and 53 deletions
|
@ -85,6 +85,7 @@ RUN apt-get autoremove -y
|
|||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
RUN rm -rf grunt
|
||||
|
||||
# Set up the init system
|
||||
ADD conf/init/copy_config_files.sh /etc/my_init.d/
|
||||
ADD conf/init/doupdatelimits.sh /etc/my_init.d/
|
||||
ADD conf/init/copy_syslog_config.sh /etc/my_init.d/
|
||||
|
@ -92,9 +93,7 @@ ADD conf/init/create_certs.sh /etc/my_init.d/
|
|||
ADD conf/init/runmigration.sh /etc/my_init.d/
|
||||
ADD conf/init/syslog-ng.conf /etc/syslog-ng/
|
||||
ADD conf/init/zz_boot.sh /etc/my_init.d/
|
||||
|
||||
ADD conf/init/service/ /etc/service/
|
||||
|
||||
RUN rm -rf /etc/service/syslog-forwarder
|
||||
|
||||
# Download any external libs.
|
||||
|
|
Reference in a new issue