Broker Service¶
Overview¶
The following list shows you the key responsibilities of the Assure1 Broker Service:
-
Start and stop services and daemons.
-
Check to make sure services and daemons are still running.
-
Start schedules jobs (this is a replacement for Cron).
-
Start on-demand jobs.
Starting, stopping, and checking services are architecture dependent, so OS specific modules are loaded when the script compiles.
Administration Details¶
The following list shows the technical details needed for advanced administration of the application:
-
Package - assure1-app
-
Synopsis:
-
systemctl start assure1-broker
Start service (systemd) -
systemctl stop assure1-broker
Stop service (systemd) -
systemctl restart assure1-broker
Restart service (systemd)
-