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-09 14:35:54 +0000
commitf87974a75ce13167d267750a79f907cd34fa5bdc (patch)
treedc227597af93c733c845a698e1af1f27093e2db9
parent3c93c3a82929d7c8bc6ec5a03461367fcadb7e99 (diff)
downloadlorry-controller-f87974a75ce13167d267750a79f907cd34fa5bdc.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 .