Compare commits

...

3 Commits

Author SHA256 Message Date
Ana Guerrero
ff0f70250a Accepting request 1184377 from Virtualization
- suse-systemd.patch: Remove redundant 'ExecStart' from wdmd.service
  boo#1227208

OBS-URL: https://build.opensuse.org/request/show/1184377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sanlock?expand=0&rev=33
2024-07-02 16:14:59 +00:00
James Fehlig
962ca41a53 Add missing changelog entry
OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=77
2024-07-01 20:44:22 +00:00
James Fehlig
c92e3645b5 Remove redundant 'ExecStart' from wdmd.service
boo#1227208

OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=76
2024-07-01 20:39:35 +00:00
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 1 20:41:34 UTC 2024 - James Fehlig <jfehlig@suse.com>
- suse-systemd.patch: Remove redundant 'ExecStart' from wdmd.service
boo#1227208
-------------------------------------------------------------------
Mon Jun 3 22:54:40 UTC 2024 - James Fehlig <jfehlig@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package sanlock
# spec file
#
# Copyright (c) 2024 SUSE LLC
#

View File

@ -19,10 +19,11 @@ Index: sanlock-3.9.3/init.d/wdmd.service
===================================================================
--- sanlock-3.9.3.orig/init.d/wdmd.service
+++ sanlock-3.9.3/init.d/wdmd.service
@@ -6,7 +6,10 @@ After=syslog.target
@@ -5,8 +5,10 @@ After=syslog.target
[Service]
Type=forking
ExecStartPre=/lib/systemd/systemd-wdmd watchdog-check
ExecStart=/usr/sbin/wdmd
-ExecStart=/usr/sbin/wdmd
-SendSIGKILL=no
+EnvironmentFile=-/etc/sysconfig/wdmd
+ExecStart=/usr/sbin/wdmd $WDMDOPTS