[dm-devel] [PATCH 7/9] multipathd: enable core dumps for systemd

Hannes Reinecke hare at suse.de
Tue Nov 26 11:41:28 UTC 2013


Add 'LimitCORE' definition to the service file to enable core
dumps when running under systemd.

Signed-off-by: Hannes Reinecke <hare at suse.de>
---
 multipathd/multipathd.service.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in
index 3874bcb..be3ba3f 100644
--- a/multipathd/multipathd.service.in
+++ b/multipathd/multipathd.service.in
@@ -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
-- 
1.8.1.4




More information about the dm-devel mailing list