X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2Fscripts%2Fgigi;h=733a940c049aa6204357dc968c4de27ec200e696;hp=ba3677e04d64c67955c5f716f0b089e5d63d5aec;hb=119ca50f4a86da82d68c12e6828b9f65e91e8006;hpb=5f5fe0a79718e39b8982fcfa9e3878a8517d10f6 diff --git a/doc/scripts/gigi b/doc/scripts/gigi index ba3677e0..733a940c 100755 --- a/doc/scripts/gigi +++ b/doc/scripts/gigi @@ -35,7 +35,7 @@ case "$command" in start) runGigiClass Launcher ;; debug) runGigiClass Launcher "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000" ;; start-daemon) - exec 3>/var/log/wpia-gigi.log || die 'open log' runGigiClass Launcher <&3 >&4 2>&1 & echo $! > /var/run/wpia-gigi.pid @@ -56,7 +56,7 @@ Usage: gigi COMMAND [ARGUMENT...] Commands: start - start gigi debug - start gigi in debug mode (on port 8000, with config from stdin) - start-daemon - start gigi in background (using config from /etc/cacert/gig/config.tar) + start-daemon - start gigi in background (using config from /etc/gig/config.tar) signer - start the simple signer signer-conf - extract config for simple signer (and reset-database) from the tar from stdin reset-database - reset the database