5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-07 21:18:00 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Thomas Lamprecht
b7e7495bed d/rules: update to systemd dh changes
both, `override_dh_systemd_enable` and `override_dh_systemd_start`
are ignored with current compat level 12, and will become an error in
level >= 13, so drop them and use `override_dh_installsystemd` for
both of the previous uses.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-24 11:37:01 +02:00
Thomas Lamprecht
5868b0cf16 d/control: bump debhelper compat level to 12
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-12 20:54:22 +02:00
Fabian Grünbichler
1116ca25b8 build: restructure packaging
use dpkg-buildpackage and debhelper properly, add missing dependencies and
embed used perl modules from libpve-common-perl to make pve-ha-simulator
standalone.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-17 11:20:41 +02:00
Fabian Grünbichler
a6b9892808 debian/rules: add some explaining comments
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-12-28 16:37:25 +01:00
Fabian Grünbichler
1abfa1f8ec debian/rules: don't dh_systemd_start watchdog-mux
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>
2017-12-28 16:37:25 +01:00
Fabian Grünbichler
449a03b794 debian/rules: add file names to dh_systemd_enable
otherwise it gets confused and enables pve-ha-crm twice in the postinst.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-12-28 16:37:25 +01:00
Dietmar Maurer
13cf3b8804 restart lrm after upgrade 2015-03-27 08:51:41 +01:00
Dietmar Maurer
622cb56a0a fix service dependencies
So that we can shutdown without triggering the watchdog. It is also
important to depend on syslog.service (else logs gets lost)
2015-03-26 10:21:02 +01:00
Dietmar Maurer
6d3b8d9b8f do not restart watchdog-mux.socket 2015-03-13 16:18:35 +01:00
Dietmar Maurer
42ea821f69 do not restart watchdog-mux on upgrade 2015-03-12 09:10:56 +01:00
Dietmar Maurer
df5743bdf9 add service description for pve-ha-lrm 2015-03-11 12:06:25 +01:00
Dietmar Maurer
b1aac24306 add systemd service for pve-ha-crm 2015-03-10 11:24:06 +01:00
Dietmar Maurer
bcde32d44e install systemd files for watchdog-mux 2015-03-09 12:11:46 +01:00
Dietmar Maurer
ba878e35cd restructure directory layout for dpkg-buildpackage 2015-03-09 11:29:51 +01:00