27 lines
811 B
Diff
27 lines
811 B
Diff
|
commit 3a7c2f696f00b2edfcbc4a5b7cd2cd7128f61f0a
|
||
|
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
|
||
|
Date: Mon Feb 6 13:26:47 2012 +0100
|
||
|
|
||
|
systemd: align with init script functionalities
|
||
|
|
||
|
Enable use of /etc/sysconfig/dlm_controld and use DLM_CONTROLD_OPTS
|
||
|
for both systemd and init script
|
||
|
|
||
|
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
|
||
|
|
||
|
diff --git a/init/dlm.service b/init/dlm.service
|
||
|
index 17579c2..7be2ffd 100644
|
||
|
--- a/init/dlm.service
|
||
|
+++ b/init/dlm.service
|
||
|
@@ -4,8 +4,9 @@ After=syslog.target network.target corosync.service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
+EnvironmentFile=/etc/sysconfig/dlm_controld
|
||
|
ExecStartPre=/sbin/modprobe dlm
|
||
|
-ExecStart=/usr/sbin/dlm_controld $OPTIONS
|
||
|
+ExecStart=/usr/sbin/dlm_controld $DLM_CONTROLD_OPTS
|
||
|
#ExecStopPost=/sbin/modprobe -r dlm
|
||
|
|
||
|
[Install]
|