[dm-devel] [PATCH 1/4] multipathd.service: remove LimitCORE=infinity directive

mwilck at suse.com mwilck at suse.com
Tue Dec 7 20:03:59 UTC 2021


From: Martin Wilck <mwilck at suse.com>

This would normally be set by general system policy. According
to systemd-system.conf(5), it is set to infinity by default
anyway in systemd. If a user changes this in systemd-system.conf,
the setting should also apply to multipathd. Users who don't wont
this can still use drop-ins to change the specific settings.

Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 multipathd/multipathd.service | 1 -
 1 file changed, 1 deletion(-)

diff --git a/multipathd/multipathd.service b/multipathd/multipathd.service
index 1919b38..6d09768 100644
--- a/multipathd/multipathd.service
+++ b/multipathd/multipathd.service
@@ -14,7 +14,6 @@ ConditionVirtualization=!container
 [Service]
 Type=notify
 NotifyAccess=main
-LimitCORE=infinity
 ExecStartPre=-/sbin/modprobe -a scsi_dh_alua scsi_dh_emc scsi_dh_rdac dm-multipath
 ExecStart=/sbin/multipathd -d -s
 ExecReload=/sbin/multipathd reconfigure
-- 
2.34.0





More information about the dm-devel mailing list