Allow executor to core dump

ansible-playbook is getting hit with sigsegv; allow the process
to core dump so we might obtain clues.

Change-Id: Ice0bbd4abea2997ee56a92544128fd136dcef048
This commit is contained in:
James E. Blair 2017-08-17 14:50:15 -07:00
parent 43cf9a5990
commit 2216385a8d
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ do_start()
mkdir -p /var/run/$NAME
chown $USER /var/run/$NAME
ulimit -n 8192
ulimit -c unlimited
if [ -f $PIDFILE ]; then
return 3
fi