]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
add Restart=no to make it more clear
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 13 Mar 2015 07:36:07 +0000 (08:36 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 13 Mar 2015 07:36:07 +0000 (08:36 +0100)
This service should not be re-started, because a restart would clear
the watchdoh timer!

debian/watchdog-mux.service

index 98f4ab9d8a8dd852e74cd79235e6893fe55de854..c701b3a9fdaf2344641e41d03d84a49a7d48b1a0 100644 (file)
@@ -3,4 +3,5 @@ Description=Proxmox VE watchdog multiplexer
 
 [Service]
 ExecStart=/usr/sbin/watchdog-mux
-OOMScoreAdjust=-1000
\ No newline at end of file
+OOMScoreAdjust=-1000
+Restart=no