[dm-devel] [PATCH 10/13] multipathd: enable core dumps for systemd

Hannes Reinecke hare at suse.de
Fri Nov 15 10:29:41 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multipathd/multipathd.service b/multipathd/multipathd.service
index 848a231..6472dd5 100644
--- a/multipathd/multipathd.service
+++ b/multipathd/multipathd.service
@@ -11,6 +11,7 @@ NotifyAccess=main
 ExecStart=/sbin/multipathd -d -s
 ExecReload=/sbin/multipathd reconfigure
 WatchdogSec=5s
+LimitCORE=infinity
 
 [Install]
 WantedBy=sysinit.target
-- 
1.8.1.4




More information about the dm-devel mailing list