d/postinst: tell user that we restart when updating from older version
This commit is contained in:
parent
e056966bc7
commit
2a29d9a1ee
|
@ -16,6 +16,7 @@ case "$1" in
|
||||||
# there was an issue with reloading and systemd being confused in older daemon versions
|
# there was an issue with reloading and systemd being confused in older daemon versions
|
||||||
# so restart instead of reload if upgrading from there, see commit 0ec79339f7aebf9
|
# so restart instead of reload if upgrading from there, see commit 0ec79339f7aebf9
|
||||||
# FIXME: remove with PBS 2.1
|
# FIXME: remove with PBS 2.1
|
||||||
|
echo "Upgrading from older proxmox-backup-server: restart (not reload) daemons"
|
||||||
_dh_action=try-restart
|
_dh_action=try-restart
|
||||||
else
|
else
|
||||||
_dh_action=try-reload-or-restart
|
_dh_action=try-reload-or-restart
|
||||||
|
|
Loading…
Reference in New Issue