5
0
mirror of git://git.proxmox.com/git/lxc.git synced 2025-03-16 10:50:38 +03:00

postinst fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-04-02 15:24:08 +02:00
parent b39a8832c0
commit f101bb5779

View File

@ -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