Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Services

Doug Burks edited this page Sep 16, 2015 · 13 revisions

Services are controlled by the NSM scripts.

Check status of all services:

sudo service nsm status

Start all services:

sudo service nsm start

Stop all services:

sudo service nsm stop

Check status of sguild (Sguil server):

sudo nsm_server-ps-status

Start sguild:

sudo nsm_server-ps-start

Stop sguild:

sudo nsm_server-ps-stop
Clone this wiki locally