From: Wolfgang Bumiller Date: Tue, 31 Mar 2020 13:31:23 +0000 (+0200) Subject: init: add ExecReload to lxc.service to only reload profiles X-Git-Tag: lxc-5.0.0~479^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3341%2Fhead;p=thirdparty%2Flxc.git init: add ExecReload to lxc.service to only reload profiles Signed-off-by: Wolfgang Bumiller --- diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in index 7d7bfb3ea..e3745dc2d 100644 --- a/config/init/systemd/lxc.service.in +++ b/config/init/systemd/lxc.service.in @@ -10,6 +10,7 @@ RemainAfterExit=yes ExecStartPre=@LIBEXECDIR@/lxc/lxc-apparmor-load ExecStart=@LIBEXECDIR@/lxc/lxc-containers start ExecStop=@LIBEXECDIR@/lxc/lxc-containers stop +ExecReload=@LIBEXECDIR@/lxc/lxc-apparmor-load # Environment=BOOTUP=serial # Environment=CONSOLETYPE=serial Delegate=yes