summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-25 14:35:27 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-09 14:35:54 +0000
commit1e61849f89c174b7ddb0e21362a8283ef0b249f0 (patch)
tree3e193385eaa23d00756ea40589148393c05def45
parentf69fc3d19baccd2517faf3cdcf09f3866d7a151a (diff)
downloadlorry-controller-baserock/pedroalvarez/trove-ansible2.tar.gz
Remove dependency of lighttpd-lorry-controller-webappbaserock/pedroalvarez/trove-ansible2
-rw-r--r--units/lorry-controller-ls-troves.service1
-rw-r--r--units/lorry-controller-ls-troves.timer1
-rw-r--r--units/lorry-controller-readconf.service1
-rw-r--r--units/lorry-controller-readconf.timer1
-rw-r--r--units/lorry-controller-status.service1
-rw-r--r--units/lorry-controller-status.timer1
6 files changed, 0 insertions, 6 deletions
diff --git a/units/lorry-controller-ls-troves.service b/units/lorry-controller-ls-troves.service
index f7db2e7..8d4bfe7 100644
--- a/units/lorry-controller-ls-troves.service
+++ b/units/lorry-controller-ls-troves.service
@@ -3,7 +3,6 @@ WantedBy=multi-user.target
[Unit]
Description=Lorry Controller ls-troves
-After=lighttpd-lorry-controller-webapp.service
[Service]
ExecStart=/usr/bin/curl -o /dev/null -X POST --data "" http://localhost:12765/1.0/ls-troves
diff --git a/units/lorry-controller-ls-troves.timer b/units/lorry-controller-ls-troves.timer
index 609150a..c5e5ae3 100644
--- a/units/lorry-controller-ls-troves.timer
+++ b/units/lorry-controller-ls-troves.timer
@@ -3,7 +3,6 @@ WantedBy=multi-user.target
[Unit]
Description=Lorry Controller ls-troves
-After=lighttpd-lorry-controller-webapp.service
[Timer]
OnUnitInactiveSec=60
diff --git a/units/lorry-controller-readconf.service b/units/lorry-controller-readconf.service
index c13bc68..a62ef7f 100644
--- a/units/lorry-controller-readconf.service
+++ b/units/lorry-controller-readconf.service
@@ -3,7 +3,6 @@ WantedBy=multi-user.target
[Unit]
Description=Lorry Controller read config at startup
-After=lighttpd-lorry-controller-webapp.service
[Service]
ExecStart=/usr/bin/curl -o /dev/null -X POST --data "" http://localhost:12765/1.0/read-configuration
diff --git a/units/lorry-controller-readconf.timer b/units/lorry-controller-readconf.timer
index e538a23..16dfd80 100644
--- a/units/lorry-controller-readconf.timer
+++ b/units/lorry-controller-readconf.timer
@@ -3,7 +3,6 @@ WantedBy=multi-user.target
[Unit]
Description=Lorry Controller read config at startup
-After=lighttpd-lorry-controller-webapp.service
[Timer]
OnUnitInactiveSec=60
diff --git a/units/lorry-controller-status.service b/units/lorry-controller-status.service
index ce1990a..9aaf3f9 100644
--- a/units/lorry-controller-status.service
+++ b/units/lorry-controller-status.service
@@ -3,7 +3,6 @@ WantedBy=multi-user.target
[Unit]
Description=Lorry Controller Status update
-After=lighttpd-lorry-controller-webapp.service
[Service]
ExecStart=/usr/bin/curl -o /dev/null http://localhost:12765/1.0/status
diff --git a/units/lorry-controller-status.timer b/units/lorry-controller-status.timer
index 499e81b..6bc2ceb 100644
--- a/units/lorry-controller-status.timer
+++ b/units/lorry-controller-status.timer
@@ -3,7 +3,6 @@ WantedBy=multi-user.target
[Unit]
Description=Lorry Controller Status update
-After=lighttpd-lorry-controller-webapp.service
[Timer]
OnUnitInactiveSec=60