Prevent daemon from suppressing corefile generation

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2541 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Andrew Beekhof 2009-10-28 19:09:59 +00:00
parent c3191a8f95
commit e11dcf1df3

View File

@ -13,6 +13,7 @@
prog="corosync"
exec="/usr/sbin/corosync"
lockfile="/var/lock/subsys/corosync"
DAEMON_COREFILE_LIMIT=unlimited
[ -x "$exec" ] || exit 0