diff --git a/activemq/install/etc/init.d/activemq b/activemq/install/etc/init.d/activemq index 993871b..c742da8 100755 --- a/activemq/install/etc/init.d/activemq +++ b/activemq/install/etc/init.d/activemq @@ -3,9 +3,9 @@ description="ActiveMQ container" start() { - /usr/bin/lxc-start activemq + lxc-start activemq } stop() { - /usr/bin/lxc-stop activemq + lxc-stop activemq } diff --git a/ckan/install/etc/init.d/ckan b/ckan/install/etc/init.d/ckan index cd575e2..5f3f581 100755 --- a/ckan/install/etc/init.d/ckan +++ b/ckan/install/etc/init.d/ckan @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy ckan + vmmgr register-proxy ckan } stop_pre() { - /usr/bin/vmmgr unregister-proxy ckan + vmmgr unregister-proxy ckan } stop() { diff --git a/crisiscleanup/install/etc/init.d/crisiscleanup b/crisiscleanup/install/etc/init.d/crisiscleanup index df618fe..5897e03 100755 --- a/crisiscleanup/install/etc/init.d/crisiscleanup +++ b/crisiscleanup/install/etc/init.d/crisiscleanup @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy crisiscleanup + vmmgr register-proxy crisiscleanup } stop_pre() { - /usr/bin/vmmgr unregister-proxy crisiscleanup + vmmgr unregister-proxy crisiscleanup } stop() { diff --git a/cts/install/etc/init.d/cts b/cts/install/etc/init.d/cts index b1d1528..1f4d3d9 100755 --- a/cts/install/etc/init.d/cts +++ b/cts/install/etc/init.d/cts @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy cts + vmmgr register-proxy cts } stop_pre() { - /usr/bin/vmmgr unregister-proxy cts + vmmgr unregister-proxy cts } stop() { diff --git a/ecogis/install/etc/init.d/ecogis b/ecogis/install/etc/init.d/ecogis index 0350868..2d8a87c 100755 --- a/ecogis/install/etc/init.d/ecogis +++ b/ecogis/install/etc/init.d/ecogis @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy ecogis + vmmgr register-proxy ecogis } stop_pre() { - /usr/bin/vmmgr unregister-proxy ecogis + vmmgr unregister-proxy ecogis } stop() { diff --git a/frontlinesms/install/etc/init.d/frontlinesms b/frontlinesms/install/etc/init.d/frontlinesms index c1409b2..ff41d5f 100755 --- a/frontlinesms/install/etc/init.d/frontlinesms +++ b/frontlinesms/install/etc/init.d/frontlinesms @@ -7,11 +7,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy frontlinesms + vmmgr register-proxy frontlinesms } stop_pre() { - /usr/bin/vmmgr unregister-proxy frontlinesms + vmmgr unregister-proxy frontlinesms } stop() { diff --git a/gnuhealth/install/etc/init.d/gnuhealth b/gnuhealth/install/etc/init.d/gnuhealth index 65b8c87..ccfc58c 100755 --- a/gnuhealth/install/etc/init.d/gnuhealth +++ b/gnuhealth/install/etc/init.d/gnuhealth @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy gnuhealth + vmmgr register-proxy gnuhealth } stop_pre() { - /usr/bin/vmmgr unregister-proxy gnuhealth + vmmgr unregister-proxy gnuhealth } stop() { diff --git a/kanboard/install/etc/init.d/kanboard b/kanboard/install/etc/init.d/kanboard index e8f833c..18ad005 100755 --- a/kanboard/install/etc/init.d/kanboard +++ b/kanboard/install/etc/init.d/kanboard @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy kanboard + vmmgr register-proxy kanboard } stop_pre() { - /usr/bin/vmmgr unregister-proxy kanboard + vmmgr unregister-proxy kanboard } stop() { diff --git a/mariadb/install/etc/init.d/mariadb b/mariadb/install/etc/init.d/mariadb index 0295ee5..0e3a0e8 100755 --- a/mariadb/install/etc/init.d/mariadb +++ b/mariadb/install/etc/init.d/mariadb @@ -3,7 +3,7 @@ description="MariaDB container" start() { - /usr/bin/lxc-start mariadb + lxc-start mariadb } start_post() { @@ -11,5 +11,5 @@ start_post() { } stop() { - /usr/bin/lxc-stop mariadb + lxc-stop mariadb } diff --git a/mifosx/install/etc/init.d/mifosx b/mifosx/install/etc/init.d/mifosx index 0ca53da..193af39 100755 --- a/mifosx/install/etc/init.d/mifosx +++ b/mifosx/install/etc/init.d/mifosx @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy mifosx + vmmgr register-proxy mifosx } stop_pre() { - /usr/bin/vmmgr unregister-proxy mifosx + vmmgr unregister-proxy mifosx } stop() { diff --git a/motech/install/etc/init.d/motech b/motech/install/etc/init.d/motech index e837dd3..c49c61c 100755 --- a/motech/install/etc/init.d/motech +++ b/motech/install/etc/init.d/motech @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy motech + vmmgr register-proxy motech } stop_pre() { - /usr/bin/vmmgr unregister-proxy motech + vmmgr unregister-proxy motech } stop() { diff --git a/odoo/install/etc/init.d/odoo b/odoo/install/etc/init.d/odoo index a57b1c9..7281132 100755 --- a/odoo/install/etc/init.d/odoo +++ b/odoo/install/etc/init.d/odoo @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy odoo + vmmgr register-proxy odoo } stop_pre() { - /usr/bin/vmmgr unregister-proxy odoo + vmmgr unregister-proxy odoo } stop() { diff --git a/opendatakit-build/install/etc/init.d/opendatakit-build b/opendatakit-build/install/etc/init.d/opendatakit-build index bfca4d1..57751dd 100755 --- a/opendatakit-build/install/etc/init.d/opendatakit-build +++ b/opendatakit-build/install/etc/init.d/opendatakit-build @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy opendatakit-build + vmmgr register-proxy opendatakit-build } stop_pre() { - /usr/bin/vmmgr unregister-proxy opendatakit-build + vmmgr unregister-proxy opendatakit-build } stop() { diff --git a/opendatakit/install/etc/init.d/opendatakit b/opendatakit/install/etc/init.d/opendatakit index ceaeb49..31c2078 100755 --- a/opendatakit/install/etc/init.d/opendatakit +++ b/opendatakit/install/etc/init.d/opendatakit @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy opendatakit + vmmgr register-proxy opendatakit } stop_pre() { - /usr/bin/vmmgr unregister-proxy opendatakit + vmmgr unregister-proxy opendatakit } stop() { diff --git a/openmapkit/install/etc/init.d/openmapkit b/openmapkit/install/etc/init.d/openmapkit index 9975e88..7fe3243 100755 --- a/openmapkit/install/etc/init.d/openmapkit +++ b/openmapkit/install/etc/init.d/openmapkit @@ -7,11 +7,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy openmapkit + vmmgr register-proxy openmapkit } stop_pre() { - /usr/bin/vmmgr unregister-proxy openmapkit + vmmgr unregister-proxy openmapkit } stop() { diff --git a/pandora/install/etc/init.d/pandora b/pandora/install/etc/init.d/pandora index 80b4dfb..cd899e0 100755 --- a/pandora/install/etc/init.d/pandora +++ b/pandora/install/etc/init.d/pandora @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy pandora + vmmgr register-proxy pandora } stop_pre() { - /usr/bin/vmmgr unregister-proxy pandora + vmmgr unregister-proxy pandora } stop() { diff --git a/sahana-demo/install/etc/init.d/sahana-demo b/sahana-demo/install/etc/init.d/sahana-demo index 8160f7c..0ae2bc8 100755 --- a/sahana-demo/install/etc/init.d/sahana-demo +++ b/sahana-demo/install/etc/init.d/sahana-demo @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy sahana-demo + vmmgr register-proxy sahana-demo } stop_pre() { - /usr/bin/vmmgr unregister-proxy sahana-demo + vmmgr unregister-proxy sahana-demo } stop() { diff --git a/sahana/install/etc/init.d/sahana b/sahana/install/etc/init.d/sahana index b864cdc..468edc8 100755 --- a/sahana/install/etc/init.d/sahana +++ b/sahana/install/etc/init.d/sahana @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy sahana + vmmgr register-proxy sahana } stop_pre() { - /usr/bin/vmmgr unregister-proxy sahana + vmmgr unregister-proxy sahana } stop() { diff --git a/sambro/install/etc/init.d/sambro b/sambro/install/etc/init.d/sambro index 82d7c4a..d1aa284 100755 --- a/sambro/install/etc/init.d/sambro +++ b/sambro/install/etc/init.d/sambro @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy sambro + vmmgr register-proxy sambro } stop_pre() { - /usr/bin/vmmgr unregister-proxy sambro + vmmgr unregister-proxy sambro } stop() { diff --git a/seeddms/install/etc/init.d/seeddms b/seeddms/install/etc/init.d/seeddms index b0f9688..652078e 100755 --- a/seeddms/install/etc/init.d/seeddms +++ b/seeddms/install/etc/init.d/seeddms @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy seeddms + vmmgr register-proxy seeddms } stop_pre() { - /usr/bin/vmmgr unregister-proxy seeddms + vmmgr unregister-proxy seeddms } stop() { diff --git a/sigmah/install/etc/init.d/sigmah b/sigmah/install/etc/init.d/sigmah index b0d961a..88c95af 100755 --- a/sigmah/install/etc/init.d/sigmah +++ b/sigmah/install/etc/init.d/sigmah @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy sigmah + vmmgr register-proxy sigmah } stop_pre() { - /usr/bin/vmmgr unregister-proxy sigmah + vmmgr unregister-proxy sigmah } stop() { diff --git a/ushahidi/install/etc/init.d/ushahidi b/ushahidi/install/etc/init.d/ushahidi index 7476ac6..81744f6 100755 --- a/ushahidi/install/etc/init.d/ushahidi +++ b/ushahidi/install/etc/init.d/ushahidi @@ -11,11 +11,11 @@ start() { } start_post() { - /usr/bin/vmmgr register-proxy ushahidi + vmmgr register-proxy ushahidi } stop_pre() { - /usr/bin/vmmgr unregister-proxy ushahidi + vmmgr unregister-proxy ushahidi } stop() {