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

d/postinst: reload service files

Otherwise the upgrade from -3 to -4 issues the
reload-or-try-restart on the old service which has no
ExecReload yet.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-08-07 10:37:58 +02:00
parent a5021a1ac4
commit 200de80309

View File

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