소스 검색

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 년 전
부모
커밋
e11dcf1df3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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