The service is installed and configured to be started when the system boots. Otherwise, the service can be started, stopped and restarted as any other service with the service command.
To start Nexus OSCP Responder:
// Start
» service nexus-ocsp start
To stop Nexus OCSP Responder:
// Stop
» service nexus-ocsp stop
To restart Nexus OCSP Responder:
// Re-start
» service nexus-ocsp restart