Skip to content

Bootstrap Test Mode

To help with debugging, you can start nzyme-node in a special bootstrap test mode that will print all logging output to the foreground of your terminal (STDOUT) and exit after a successful start of the system.

You can run a bootstrap test like this:

sudo java -jar /usr/share/nzyme/nzyme.jar -c /etc/nzyme/nzyme.conf --bootstrap-test 

Note that the debug log and PID file flags can be combined with the --bootstrap-test flag as required.

Exit Codes

The bootstrap test mode follows POSIX standard and exits with 0 in case of a successful bootstrap or 1 in case of an error.