Skip to content

Service Management for Relay Server

As Relay Server operates as a service/daemon managed by systemd, you can utilize the following systemctl commands to start, stop, restart and reload the service:

To start the service:

sudo systemctl start Binalyze.AIR.Relay.service

To stop the service:

sudo systemctl stop Binalyze.AIR.Relay.service

To restart the service:

sudo systemctl restart Binalyze.AIR.Relay.service

Relay Server provides support for reloading its configuration file without the need to restart the service. You can accomplish this by executing the following systemctl command:

sudo systemctl reload Binalyze.AIR.Relay.service

By running this command, any changes made to the Relay Server’s configuration file will be applied without requiring a full restart of the service. This allows you to update the configuration manually and have the new settings take effect immediately.