summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloud-init.morph10
1 files changed, 0 insertions, 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