Starting/Stopping the PRQP Daemon
From OpenCA Labs WiKi
Starting the Daemon
After successfully installing the PRQP daemon, a script is installed in:
PREFIX/etc/init.d/prqpd
Use the following command to start the daemon:
$ PREFIX/etc/init.d/prqpd start
In case you need to start it in verbose mode, use the following:
$ PREFIX/etc/init.d/prqpd start-verbose
or, if you need debugging information (usually needed only by developers) you can enable it by doing:
$ PREFIX/etc/init.d/prqpd start-debug
Stopping the Daemon
After starting the daemon, if you need to stop it, just use the following command:
$ PREFIX/etc/init.d/prqpd stop
In case you want to restart it (not just stopping it) you can use the restart option as follows:
$ PREFIX/etc/init.d/prqpd restart

