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-01 12:06:35 +0000
commit0a2c76765d044ab85d3c988a76b04ce14f5f2b3b (patch)
tree6ab9822740997dd7b13297444f872394a07d236d
parent363258638ba071ff56d45a7d4dd8259be37817ec (diff)
downloadlorry-controller-baserock/pedroalvarez/ansible.tar.gz
Remove dependency of lighttpd-lorry-controller-webappbaserock/pedroalvarez/ansible
-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 fe97811..55ecb6c 100644
--- a/units/lorry-controller-ls-troves.service
+++ b/units/lorry-controller-ls-troves.service
@@ -1,6 +1,5 @@
[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 dbd157d..7d8275a 100644
--- a/units/lorry-controller-ls-troves.timer
+++ b/units/lorry-controller-ls-troves.timer
@@ -1,6 +1,5 @@
[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 1f73b46..f9a4de9 100644
--- a/units/lorry-controller-readconf.service
+++ b/units/lorry-controller-readconf.service
@@ -1,6 +1,5 @@
[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 7e4f04e..c0da559 100644
--- a/units/lorry-controller-readconf.timer
+++ b/units/lorry-controller-readconf.timer
@@ -1,6 +1,5 @@
[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 381677b..a259661 100644
--- a/units/lorry-controller-status.service
+++ b/units/lorry-controller-status.service
@@ -1,6 +1,5 @@
[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 1528b8c..0b10487 100644
--- a/units/lorry-controller-status.timer
+++ b/units/lorry-controller-status.timer
@@ -1,6 +1,5 @@
[Unit]
Description=Lorry Controller Status update
-After=lighttpd-lorry-controller-webapp.service
[Timer]
OnUnitInactiveSec=60