Jelajahi Sumber

Prevent daemon from suppressing corefile generation

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2541 fd59a12c-fef9-0310-b244-a6a79926bd2f
Andrew Beekhof 16 tahun lalu
induk
melakukan
e11dcf1df3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      init/redhat

+ 1 - 0
init/redhat

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