sanlock/0003-systemd-add-wdmd-dependency-for-sanlock.patch
2013-01-13 12:01:34 +01:00

27 lines
709 B
Diff

From 917c64327acb0ae53ce605dc6b47a4a0f4983827 Mon Sep 17 00:00:00 2001
From: Federico Simoncelli <fsimonce@redhat.com>
Date: Tue, 13 Nov 2012 10:59:09 -0600
Subject: [PATCH 3/3] systemd: add wdmd dependency for sanlock
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
---
init.d/sanlock.service | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/init.d/sanlock.service b/init.d/sanlock.service
index f026fe0..64d9ced 100644
--- a/init.d/sanlock.service
+++ b/init.d/sanlock.service
@@ -1,6 +1,7 @@
[Unit]
Description=Shared Storage Lease Manager
-After=syslog.target wdmd.service
+After=syslog.target
+Wants=wdmd.service
[Service]
Type=forking
--
1.7.10.1.362.g242cab3