Skip to content

Commit

Permalink
Merge pull request #3341 from Blub/upstream-exec-reload
Browse files Browse the repository at this point in the history
init: add ExecReload to lxc.service to only reload profiles
  • Loading branch information
Christian Brauner committed Mar 31, 2020
2 parents f7d85e9 + 253f36f commit f66fdf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/init/systemd/lxc.service.in
Expand Up @@ -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
Expand Down

0 comments on commit f66fdf2

Please sign in to comment.