From c6dc46af563125cbab57cf24af180125c01f72d4 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 26 Jan 2021 15:48:13 -0500 Subject: [PATCH] ulimit -c unlimited --- appimage/citadel.AppDir/AppRun | 1 + 1 file changed, 1 insertion(+) diff --git a/appimage/citadel.AppDir/AppRun b/appimage/citadel.AppDir/AppRun index b8be1cfc4..8a32e7e1d 100755 --- a/appimage/citadel.AppDir/AppRun +++ b/appimage/citadel.AppDir/AppRun @@ -19,6 +19,7 @@ HTTP_PORT=80 HTTPS_PORT=443 CTDL_DIR=/usr/local/citadel export APPDIR +ulimit -c unlimited usage() { echo ${APPIMAGE}: usage: ${APPIMAGE} '[-h data_directory] [-p http_port] [-s https_port] command' -- 2.30.2