X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2Fscripts%2Fgigi;h=763af7cb628ee2b54e8e1ff109e2cb6baf319794;hp=0f8c1e8aad696524f9207881c3508879dbf57972;hb=42bbd6583455d10e2f500e5d6a8560a8a8e9152e;hpb=5a872d87a5249a27436ca3e1225e4f583842ad41 diff --git a/doc/scripts/gigi b/doc/scripts/gigi index 0f8c1e8a..763af7cb 100755 --- a/doc/scripts/gigi +++ b/doc/scripts/gigi @@ -15,6 +15,9 @@ cd /var/lib/cacert-gigi if [ "$1" == "start" ] then java -cp $JDBC_DRIVER:$GIGI_EXEC org.cacert.gigi.Launcher +elif [ "$1" == "debug" ] +then + java -cp $JDBC_DRIVER:$GIGI_EXEC -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 org.cacert.gigi.Launcher elif [ "$1" == "start-daemon" ] then if [ ! -e /etc/cacert/gigi/conf.tar ]; then @@ -39,8 +42,12 @@ then tar x gigi.properties else echo "Usage: gigi