Services
Things that are always running in the background.
Overview
Starting and Stopping
POCS services uses supervisord
to run processes in the background. To check that things are running, use the command sudo supervisorctl status
.
When making changes to the config file, use supervisorctl reread
to save those changes.
Last updated