Exiting the Server

FIRERPA is designed as a 24/7 background service and is not recommended to be frequently started and stopped. If you do need to do this, please make sure you close it using one of the following two methods. To close the service using an interface, please refer to the Shutdown and Restart related section below. Considering that it may not be convenient to use the interface, you can also use the following command.

kill -SIGUSR2 $(cat /data/usr/lamda.pid)

Warning

Frequently starting and stopping FIRERPA is a behavior that can easily cause instability.

It may take more than ten seconds for the FIRERPA service to completely exit. Please do not execute this command multiple times consecutively; executing it once is sufficient.