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:
parent
a5021a1ac4
commit
200de80309
1
debian/lxc-pve.postinst
vendored
1
debian/lxc-pve.postinst
vendored
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user