diff --git a/debian/patches/remove-systemd-delegate-flag.patch b/debian/patches/remove-systemd-delegate-flag.patch index ef87da8..c8e157f 100644 --- a/debian/patches/remove-systemd-delegate-flag.patch +++ b/debian/patches/remove-systemd-delegate-flag.patch @@ -13,3 +13,14 @@ Index: new/config/init/systemd/lxc.service.in StandardOutput=syslog StandardError=syslog +--- new.orig/config/init/systemd/lxc@.service.in ++++ new/config/init/systemd/lxc@.service.in +@@ -12,7 +12,7 @@ ExecStart=@LIBEXECDIR@/lxc/lxc-container + ExecStart=/usr/bin/lxc-start -n %i + # Environment=BOOTUP=serial + # Environment=CONSOLETYPE=serial +-Delegate=yes ++#Delegate=yes + StandardOutput=syslog + StandardError=syslog + diff --git a/debian/patches/series b/debian/patches/series index 35ec401..3ab159a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,6 @@ fix-systemd-service-depends.patch -remove-systemd-delegate-flag.patch use-forking-systemd-service.patch +remove-systemd-delegate-flag.patch run-lxcnetaddbr.patch deny-rw-mounting-of-sys-and-proc.patch 0001-separate-the-limiting-from-the-namespaced-cgroup-roo.patch