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

Services

weslambert edited this page May 30, 2018 · 13 revisions

Services are controlled by the NSM scripts.

Check status of all services:

sudo so-status

Start all services:

sudo so-start

Stop all services:

sudo so-stop

Restart all services:

sudo so-restart

Server services

Check status of sguild (Sguil server):

sudo so-sguild-status

Start sguild:

sudo so-sguild-start

Stop sguild:

sudo so-sguild-stop

Restart sguild:

sudo so-sguild-restart

Sensor services

Sensor services are controlled with so-sensor-*.

List of controlled services:

ls /usr/sbin/so-sensor-*

The following examples are for Bro, but you could substitute whatever sensor service you're trying to control.

Check status of Bro:

sudo so-bro-status

Start Bro:

sudo so-bro-start

Stop Bro:

sudo so-bro-stop

Restart Bro:

sudo so-bro-restart
Clone this wiki locally