diff --git a/debian/lxc-pve.postinst b/debian/lxc-pve.postinst index 5631b2d..9411fb9 100644 --- a/debian/lxc-pve.postinst +++ b/debian/lxc-pve.postinst @@ -15,6 +15,7 @@ case "$1" in # (to run unprivileged containers as root) usermod -v 100000-165535 -w 100000-165535 root + /bin/systemctl daemon-reload deb-systemd-invoke reload-or-try-restart lxc.service ;;