Shutting Down the Server¶
FIRERPA is designed to run as a 7x24 background service. Frequent startup and shutdown are not recommended. If you must shut it down, please ensure you use one of the two methods described below. For shutting down via API, refer to the section on Shutdown and Restart. Considering that using the API may not always be convenient, you may also use the following command:
kill -SIGUSR2 $(cat /data/usr/lamda.pid)
Warning
Frequently starting and stopping FIRERPA is highly likely to cause system instability.
It may take up to several seconds for the FIRERPA service to fully shut down. Do not execute this command multiple times consecutively—executing it once is sufficient.