From f101bb5779a7327965b325c39a84c31d2cbfa2b6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 2 Apr 2020 15:24:08 +0200 Subject: [PATCH] postinst fixup Signed-off-by: Wolfgang Bumiller --- debian/lxc-pve.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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