projects
/
multipath-tools
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2ab49
)
multipathd: enable core dumps for systemd
author
Hannes Reinecke
<hare@suse.de>
Fri, 13 Dec 2013 09:11:17 +0000
(10:11 +0100)
committer
Christophe Varoqui
<christophe.varoqui@opensvc.com>
Fri, 13 Dec 2013 21:23:27 +0000
(22:23 +0100)
Add 'LimitCORE' definition to the service file to enable core
dumps when running under systemd.
Signed-off-by: Hannes Reinecke <hare@suse.de>
multipathd/multipathd.service
patch
|
blob
|
history
diff --git
a/multipathd/multipathd.service
b/multipathd/multipathd.service
index
3874bcb
..
be3ba3f
100644
(file)
--- a/
multipathd/multipathd.service
+++ b/
multipathd/multipathd.service
@@
-8,6
+8,7
@@
Conflicts=shutdown.target
[Service]
Type=notify
NotifyAccess=main
+LimitCORE=infinity
ExecStartPre=/sbin/modprobe dm-multipath
ExecStart=/sbin/multipathd -d -s
ExecReload=/sbin/multipathd reconfigure