Skip to content

Managing Services with systemctl

Use the following systemctl commands to manage the LT Auditor MP services at the system level.

Start a service:

sudo systemctl start lta-web

sudo systemctl start lta-collector

Restart a service:

sudo systemctl restart lta-web

sudo systemctl restart lta-collector

Stop a service:

sudo systemctl stop lta-web

sudo systemctl stop lta-collector

Check service status:

sudo systemctl status lta-web

sudo systemctl status lta-collector

Enable services to start automatically on boot:

sudo systemctl enable lta-web

sudo systemctl enable lta-collector