]> git.proxmox.com Git - proxmox-backup.git/commit
d/rules: fix dh_installsystemd invocation
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 20 Jun 2023 10:32:59 +0000 (12:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 23 Jun 2023 09:53:51 +0000 (11:53 +0200)
commitf3b89f3a709dacae8b41f415aa1ad490ae6daf93
tree28fe2b4f86e2921dbcfc350bfb75c72362e9903a
parent9c85840fe26ac4dd8b3beb5c0dcbb45d16d98ab6
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>
debian/rules