summaryrefslogtreecommitdiffstats
path: root/system/dlm/patches/Enable-systemctl-help-dlm-to-show-relevant-man-pages.patch
diff options
context:
space:
mode:
author Mario Preksavec2019-05-18 01:43:50 +0200
committer Willy Sudiarto Raharjo2019-05-18 01:43:50 +0200
commit4d8764c7cb268c2946c4e7b646fea759671825b1 (patch)
treeb2007ac79f0d96adeb3c619e078c2bdea9aeaee7 /system/dlm/patches/Enable-systemctl-help-dlm-to-show-relevant-man-pages.patch
parent832fba7887d31db10bf533579caad343531896e7 (diff)
downloadslackbuilds-4d8764c7cb268c2946c4e7b646fea759671825b1.tar.gz
system/dlm: Added (Distributed Lock Manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dlm/patches/Enable-systemctl-help-dlm-to-show-relevant-man-pages.patch')
-rw-r--r--system/dlm/patches/Enable-systemctl-help-dlm-to-show-relevant-man-pages.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/system/dlm/patches/Enable-systemctl-help-dlm-to-show-relevant-man-pages.patch b/system/dlm/patches/Enable-systemctl-help-dlm-to-show-relevant-man-pages.patch
new file mode 100644
index 0000000000..8e4fba9270
--- /dev/null
+++ b/system/dlm/patches/Enable-systemctl-help-dlm-to-show-relevant-man-pages.patch
@@ -0,0 +1,20 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi@niif.hu>
+Date: Wed, 27 Apr 2016 12:00:43 +0200
+Subject: Enable systemctl help dlm to show relevant man pages
+
+---
+ init/dlm.service | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/init/dlm.service b/init/dlm.service
+index 5cd01c5..5854738 100644
+--- a/init/dlm.service
++++ b/init/dlm.service
+@@ -2,6 +2,7 @@
+ Description=dlm control daemon
+ Requires=corosync.service sys-kernel-config.mount
+ After=corosync.service sys-kernel-config.mount
++Documentation=man:dlm_controld man:dlm.conf man:dlm_stonith
+
+ [Service]
+ OOMScoreAdjust=-1000