Managing Balancer by using systemd (Linux)

April 11, 2024

ID 214736

You can manage Balancer by using systemd.

You can use all standard systemd commands to manage Balancer.

Adding Balancer to systemd

To add Balancer to systemd:

  1. Copy cybertrace_balancer.service from the etc/systemd/system/ directory in the distribution kit to /etc/systemd/system.
  2. Run the following commands:

systemctl daemon-reload

systemctl enable cybertrace_balancer.service

Checking Balancer status

To check the status of Balancer, use the following command:

systemctl status cybertrace_balancer.service

Starting, stopping, and restarting Balancer

To start Balancer, use the following command:

systemctl start cybertrace_balancer.service

To stop Balancer, use the following command:

systemctl stop cybertrace_balancer.service

To restart Balancer, use the following command:

systemctl restart cybertrace_balancer.service

Removing Balancer from systemd

To remove Balancer from systemd:

  1. Run the following command:

    systemctl disable cybertrace_balancer.service

  2. Delete /etc/systemd/system/cybertrace_balancer.service.
  3. Run the following command:

    systemctl daemon-reload

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.