ulimit -c unlimited
authorArt Cancro <ajc@citadel.org>
Tue, 26 Jan 2021 20:48:13 +0000 (15:48 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 26 Jan 2021 20:48:13 +0000 (15:48 -0500)
appimage/citadel.AppDir/AppRun

index b8be1cfc4679dfdd880e1c194708a87ceb813dfb..8a32e7e1dbaa88e3c2bbd88ae5096c024fb7909f 100755 (executable)
@@ -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'