/
Starting and Stopping uControl

Starting and Stopping uControl

All uControl services are controlled via Systemd. The services for uControl are as follows:

  1. ucontrol

  2. reportStudio

  3. mariadb

All services after a server reboot are automatically started on boot.

Starting uControl

Starting process order is:

mariadb → reportStudio → ucontrol

To start uControl login to the CLI with the ucontrol user:

sudo systemctl start <ServiceName>

Stopping uControl

Stopping process order is:

ucontrol → reportStudio → mariadb

sudo systemctl stop <ServiceName>

Check if uControl is running or not

To check is the processes for uControl are running use the following command:

sudo systemctl status <ServiceName>



Related content