5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-06 17:18:00 +03:00
pve-ha-manager/debian/watchdog-mux.service
Dietmar Maurer 6263c81dfe allow to configure watchdog module in /etc/default/pve-ha-manager
All watchdog modules are blacklisted, so we cannot load them via /etc/modules.
Instead, watchdog-mux loads it at startup.
2015-12-03 11:13:14 +01:00

9 lines
172 B
Desktop File

[Unit]
Description=Proxmox VE watchdog multiplexer
[Service]
EnvironmentFile=-/etc/default/pve-ha-manager
ExecStart=/usr/sbin/watchdog-mux
OOMScoreAdjust=-1000
Restart=no