diff --git a/debian/lxc-pve.postinst b/debian/lxc-pve.postinst index 320b89f..0f962c3 100644 --- a/debian/lxc-pve.postinst +++ b/debian/lxc-pve.postinst @@ -31,7 +31,7 @@ esac #DEBHELPER# if [ "$1" = "configure" ] ; then - if [ -d /run/systemd/system]; then + if [ -d /run/systemd/system ]; then deb-systemd-invoke reload-or-try-restart lxc.service >/dev/null || true fi fi