mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 09:34:02 +00:00
d/rules: fix dh_installsystemd invocation
the services should definitely not be stopped in preinst! relevant debdiff with this change: Preinst files: lines which differ (wdiff format) ------------------------------------------------ [-# Automatically added by dh_installsystemd/13.11.4-] [-if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -d /run/systemd/system ] ; then-] [- deb-systemd-invoke stop 'proxmox-backup-banner.service' 'proxmox-backup-daily-update.service' 'proxmox-backup-daily-update.timer' 'proxmox-backup-proxy.service' 'proxmox-backup.service' >/dev/null || true-] [-fi-] [-# End automatically added section-] Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
9c85840fe2
commit
f3b89f3a70
2
debian/rules
vendored
2
debian/rules
vendored
@ -46,7 +46,7 @@ override_dh_auto_install:
|
||||
override_dh_installsystemd:
|
||||
dh_installsystemd -pproxmox-backup-server proxmox-backup-daily-update.timer
|
||||
# note: we start/try-reload-restart services manually in postinst
|
||||
dh_installsystemd --no-start --no-restart-after-upgrade
|
||||
dh_installsystemd --no-start --no-restart-after-upgrade --no-stop-on-upgrade
|
||||
|
||||
override_dh_fixperms:
|
||||
dh_fixperms --exclude sg-tape-cmd
|
||||
|
Loading…
Reference in New Issue
Block a user