]> git.proxmox.com Git - lxc.git/blame - debian/patches/remove-systemd-delegate-flag.patch
update to lxc-2.0.4
[lxc.git] / debian / patches / remove-systemd-delegate-flag.patch
CommitLineData
5caf6bbc
DM
1This flag requires systemd 218 or newer
2
3Index: new/config/init/systemd/lxc.service.in
4===================================================================
5--- new.orig/config/init/systemd/lxc.service.in
6+++ new/config/init/systemd/lxc.service.in
7@@ -12,7 +12,7 @@ ExecStart=@LIBEXECDIR@/lxc/lxc-container
8 ExecStop=@LIBEXECDIR@/lxc/lxc-containers stop
9 # Environment=BOOTUP=serial
10 # Environment=CONSOLETYPE=serial
11-Delegate=yes
12+#Delegate=yes
13 StandardOutput=syslog
14 StandardError=syslog
15