From f5fee5afa17a35a5cdf44bd6c95d730c9c996bce Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 9 Feb 2020 15:54:46 +0100 Subject: [PATCH] Use full path for s6-svscan --- lxc-apps/ckan/ckan.lxcfile | 2 +- lxc-apps/cts/lxcfile | 2 +- lxc-apps/decidim/lxcfile | 2 +- lxc-apps/ecogis/lxcfile | 2 +- lxc-apps/frontlinesms/lxcfile | 2 +- lxc-apps/kanboard/lxcfile | 2 +- lxc-apps/mifosx/lxcfile | 2 +- lxc-apps/opendatakit/opendatakit-build.lxcfile | 2 +- lxc-apps/openmapkit/lxcfile | 2 +- lxc-apps/pandora/lxcfile | 2 +- lxc-apps/seeddms/lxcfile | 2 +- lxc-apps/ushahidi/lxcfile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lxc-apps/ckan/ckan.lxcfile b/lxc-apps/ckan/ckan.lxcfile index 954386d..cfb109e 100644 --- a/lxc-apps/ckan/ckan.lxcfile +++ b/lxc-apps/ckan/ckan.lxcfile @@ -44,4 +44,4 @@ EOF COPY ckan.lxc -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/cts/lxcfile b/lxc-apps/cts/lxcfile index a4ed6ef..80f9ea0 100644 --- a/lxc-apps/cts/lxcfile +++ b/lxc-apps/cts/lxcfile @@ -38,4 +38,4 @@ COPY lxc ENV DJANGO_SETTINGS_MODULE cts.settings.spotter WORKDIR /srv/cts -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/decidim/lxcfile b/lxc-apps/decidim/lxcfile index 2f5c557..f92a743 100644 --- a/lxc-apps/decidim/lxcfile +++ b/lxc-apps/decidim/lxcfile @@ -78,4 +78,4 @@ RUN EOF rm -rf /root/.bundle /root/.gem EOF -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/ecogis/lxcfile b/lxc-apps/ecogis/lxcfile index 5094408..c6107a0 100644 --- a/lxc-apps/ecogis/lxcfile +++ b/lxc-apps/ecogis/lxcfile @@ -32,4 +32,4 @@ EOF COPY lxc -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/frontlinesms/lxcfile b/lxc-apps/frontlinesms/lxcfile index 4cf1b18..da71f2b 100644 --- a/lxc-apps/frontlinesms/lxcfile +++ b/lxc-apps/frontlinesms/lxcfile @@ -36,4 +36,4 @@ RUN EOF chown 8080:8080 frontlinesms-core_messages_cs* EOF -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/kanboard/lxcfile b/lxc-apps/kanboard/lxcfile index 8e8bc9c..b7b7c9e 100644 --- a/lxc-apps/kanboard/lxcfile +++ b/lxc-apps/kanboard/lxcfile @@ -41,4 +41,4 @@ EOF COPY lxc -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/mifosx/lxcfile b/lxc-apps/mifosx/lxcfile index 4923bbb..0224086 100644 --- a/lxc-apps/mifosx/lxcfile +++ b/lxc-apps/mifosx/lxcfile @@ -35,4 +35,4 @@ RUN EOF chown -R tomcat:tomcat /srv/tomcat/webapps EOF -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/opendatakit/opendatakit-build.lxcfile b/lxc-apps/opendatakit/opendatakit-build.lxcfile index 279cefd..bfb55a2 100644 --- a/lxc-apps/opendatakit/opendatakit-build.lxcfile +++ b/lxc-apps/opendatakit/opendatakit-build.lxcfile @@ -36,4 +36,4 @@ EOF COPY opendatakit-build.lxc -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/openmapkit/lxcfile b/lxc-apps/openmapkit/lxcfile index d30734e..6068a27 100644 --- a/lxc-apps/openmapkit/lxcfile +++ b/lxc-apps/openmapkit/lxcfile @@ -36,4 +36,4 @@ EOF # s6 required for single service due to inability of nodejs to process signals when running as PID 1 COPY lxc -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/pandora/lxcfile b/lxc-apps/pandora/lxcfile index 1abeff5..60dce0d 100644 --- a/lxc-apps/pandora/lxcfile +++ b/lxc-apps/pandora/lxcfile @@ -87,4 +87,4 @@ RUN EOF rm -rf /root/.cache /root/.ox EOF -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/seeddms/lxcfile b/lxc-apps/seeddms/lxcfile index 6fb8219..6bb632c 100644 --- a/lxc-apps/seeddms/lxcfile +++ b/lxc-apps/seeddms/lxcfile @@ -40,4 +40,4 @@ RUN EOF rm -rf /srv/seeddms/data/conf /srv/seeddms/www/ext/example EOF -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/ushahidi/lxcfile b/lxc-apps/ushahidi/lxcfile index a6e81bc..1557cae 100644 --- a/lxc-apps/ushahidi/lxcfile +++ b/lxc-apps/ushahidi/lxcfile @@ -31,4 +31,4 @@ RUN EOF rm aura.patch EOF -CMD s6-svscan /etc/services.d +CMD /bin/s6-svscan /etc/services.d