]> git.proxmox.com Git - mirror_lxc.git/commitdiff
init: add ExecReload to lxc.service to only reload profiles
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Mar 2020 13:31:23 +0000 (15:31 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Mar 2020 13:31:23 +0000 (15:31 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
config/init/systemd/lxc.service.in

index 7d7bfb3eaa8bc8cb7b7f7b1ad1dff41d2a581441..e3745dc2de7a3fdc92d585442e08917cd0618511 100644 (file)
@@ -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