]> git.proxmox.com Git - pve-ha-manager.git/commit
remove watchdog-mux.socket
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 11 Jan 2016 12:20:14 +0000 (13:20 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 12 Jan 2016 09:18:55 +0000 (10:18 +0100)
commitf8a3fc80af299e613c21c9b67e29aee8cc807018
treeb90b6502069a6dffdb47c5f039181c1196bd0221
parente179de28281d9f630b778e0f39bec69d902df872
remove watchdog-mux.socket

The use of an systemd socket unit for the watchdog socket is not
necessary for us it even generates problems as the socket already
runs and accepts input when the watchdog-mux daemon itself is not
running. So the LRM/CRM could successfully open and update the
watchdog even if it was not running!

This patch removes the unit file, adds a postinst script which
handles the removal of the links generated from systemd itself
and removes also the code from watchdog-mux which handled
the systemd socket unit.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/postinst [new file with mode: 0755]
debian/watchdog-mux.socket [deleted file]
src/Makefile
src/watchdog-mux.c