RefDB server management

These commands allow to control the RefDB application server. This works only if refdbd runs on your local computer. All of these commands require root permissions.

Start Application Server on localhost

refdb-start-server(void);

Start the refdbd application server.

Stop Application Server on localhost

refdb-stop-server(void);

Stop the refdbd application server.

Restart Application Server on localhost

refdb-restart-server(void);

Restart the refdbd application server. The running instance terminates, and a new instance is started.

Reload Application Server on localhost

refdb-reload-server(void);

Causes the running instance of the refdbd application server to read its configuration file again.