We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The RPC database runs from inside of
openshare/api/rpc
and is run from a script called
run_database_server.sh
which is a shell loop that runs the database server, waits a bit after it exits (which never happens unless it crashed), and then restarts it again.
Ideally, you should run this script from within a GNU Screen instance, so it can be reattached to as needed to see debugging output.