1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi@niif.hu>
Date: Sun, 30 Aug 2015 16:48:15 +0200
Subject: Debian path for the config file
Forwarded: not-needed
---
init/dlm.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/dlm.service b/init/dlm.service
index 6def985..5854738 100644
--- a/init/dlm.service
+++ b/init/dlm.service
@@ -8,7 +8,7 @@ Documentation=man:dlm_controld man:dlm.conf man:dlm_stonith
OOMScoreAdjust=-1000
Type=notify
NotifyAccess=main
-EnvironmentFile=/etc/sysconfig/dlm
+EnvironmentFile=-/etc/default/dlm
ExecStartPre=/sbin/modprobe dlm
ExecStart=/usr/sbin/dlm_controld --foreground $DLM_CONTROLD_OPTS
#ExecStopPost=/sbin/modprobe -r dlm
|