From f87974a75ce13167d267750a79f907cd34fa5bdc Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 24 Jun 2014 10:59:43 +0000 Subject: Do not enable the services and timers trove-setup will enable them on the first boot. --- lorry-controller.morph | 4 ---- 1 file changed, 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 . -- cgit v1.2.1