Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ermacora committed Oct 13, 2018
1 parent 028799d commit af00f55
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -37,10 +37,15 @@ Services

The following are Linux systemd services that automatically start with the system and restart if terminated.

SensorHTTP
---------------

Lighttpd instance for downloading databases.

SensorCommands
---------------

Network "Server" to receieve commands from the PC Control Center program.
Network "Server" to receive commands from the PC Control Center program.

SensorInterval
---------------
Expand All @@ -59,6 +64,13 @@ Stop & Disable Services
Run the following command(s) in the sensors terminal or SSH session to stop the service and prevent it from starting.


SensorHTTP
---------------

```
sudo systemctl disable SensorHTTP && sudo systemctl stop SensorHTTP
```

SensorCommands
---------------

Expand Down

0 comments on commit af00f55

Please sign in to comment.