From c570bb9de43567024f3f3242e087de1f331fea0d Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jun 15 2015 17:59:33 +0000 Subject: wdmd: remove -G from native systemd unit file wdmd now tries to use the sanlock group for the socket gid if it's available, so the command line option is unnecessary. --- diff --git a/init.d/wdmd.service.native b/init.d/wdmd.service.native index 6596b07..ab0828e 100644 --- a/init.d/wdmd.service.native +++ b/init.d/wdmd.service.native @@ -5,7 +5,7 @@ After=syslog.target [Service] Type=forking ExecStartPre=/lib/systemd/systemd-wdmd watchdog-check -ExecStart=/usr/sbin/wdmd -G sanlock +ExecStart=/usr/sbin/wdmd SendSIGKILL=no [Install]