From: Jörg Thalheim Date: Fri, 19 Dec 2014 11:22:11 +0000 (+0100) Subject: systemd: enable delegate in service file X-Git-Tag: lxc-1.0.10~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a952c3fbb1901ec39975aacdc1a270d0ce79fa93;p=thirdparty%2Flxc.git systemd: enable delegate in service file Signed-off-by: Jörg Thalheim Acked-by: Stéphane Graber --- diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in index a206698a1..bbc00972a 100644 --- a/config/init/systemd/lxc.service.in +++ b/config/init/systemd/lxc.service.in @@ -10,6 +10,7 @@ ExecStart=@LIBEXECDIR@/lxc/lxc-autostart-helper start ExecStop=@LIBEXECDIR@/lxc/lxc-autostart-helper stop # Environment=BOOTUP=serial # Environment=CONSOLETYPE=serial +Delegate=yes StandardOutput=syslog StandardError=syslog