summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-24 10:59:43 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-01 12:05:43 +0000
commit363258638ba071ff56d45a7d4dd8259be37817ec (patch)
treeb4c4e765ea0bbf2e44ae77a6aa52906ffeadce4e
parent33403e1ca0b33fc12e626de2752d56bcd65dd913 (diff)
downloadlorry-controller-363258638ba071ff56d45a7d4dd8259be37817ec.tar.gz
Do not enable the services and timers
trove-setup will enable them on the first boot.
-rw-r--r--lorry-controller.morph4
1 files changed, 0 insertions, 4 deletions
diff --git a/lorry-controller.morph b/lorry-controller.morph
index 9f1623a..a16f9d9 100644
--- a/lorry-controller.morph
+++ b/lorry-controller.morph
@@ -8,7 +8,3 @@ post-install-commands:
TGT="$DESTDIR/usr/lib/systemd/system"
install -d "$TGT/multi-user.target.wants"
install -m 0644 units/*.service units/*.timer "$TGT/."
- cd "$TGT/multi-user.target.wants"
- # Ignore template units for symlinking. The template units will be
- # instantiated at deploy time by trove.configure.
- ln -s ../*[^@].service ../*[^@].timer .