summaryrefslogtreecommitdiff
path: root/lorry-controller.morph
diff options
context:
space:
mode:
Diffstat (limited to 'lorry-controller.morph')
-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 .