]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
debian/rules: don't dh_systemd_start watchdog-mux
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 20 Dec 2017 10:34:02 +0000 (11:34 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 28 Dec 2017 15:37:25 +0000 (16:37 +0100)
as it's a static unit dh_systemd_starting it is not possible - but it gets
pulled in and started by pve-ha-crm/pve-ha-lrm anyway.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 3026e751bb94c8f4cfa4b5978be7138d159d357c..a2be05a46c932d151a21cd3e55e2bb57ec5ab87c 100755 (executable)
@@ -18,6 +18,5 @@ override_dh_systemd_enable:
        dh_systemd_enable -ppve-ha-manager --name pve-ha-lrm pve-ha-lrm.service
 
 override_dh_systemd_start:
-       dh_systemd_start -ppve-ha-manager --name watchdog-mux --no-restart-on-upgrade watchdog-mux.service
        dh_systemd_start -ppve-ha-manager --name pve-ha-lrm --restart-after-upgrade pve-ha-lrm.service
        dh_systemd_start -ppve-ha-manager --name pve-ha-crm --restart-after-upgrade pve-ha-crm.service