From 130d51acc5b0becd64e7007f9dfe41a6e022eaec Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 23 Jul 2014 13:41:06 +0000 Subject: Not enable the cloud-init units by default --- cloud-init.morph | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cloud-init.morph b/cloud-init.morph index ce646b54..94ef96d8 100644 --- a/cloud-init.morph +++ b/cloud-init.morph @@ -4,13 +4,3 @@ build-system: python-distutils post-install-commands: - mkdir -p "$DESTDIR"/lib/systemd/system - cp systemd/* "$DESTDIR"/lib/systemd/system/ - - mkdir -p "$DESTDIR"/etc/systemd/system/ - - > - for S in $(cd systemd; ls *.service); do - ln -s /lib/systemd/system/$S "$DESTDIR"/etc/systemd/system/$S; - done - - mkdir -p "$DESTDIR"/lib/systemd/system/multi-user.target.wants/ - - > - for S in $(cd systemd; ls *.service); do - ln -s /lib/systemd/system/$S "$DESTDIR"/lib/systemd/system/multi-user.target.wants/$S; - done -- cgit v1.2.1