From 5cca07f2488e2e7ccf5bb1a99466b168c5377dd5 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 26 Mar 2025 14:53:49 -0400 Subject: [PATCH] MT#62181 do graceful shutdown Use SIGTERM to signal shutdown without terminating calls and let the process terminate cleanly. Change-Id: Ief1506961e8c0bba0f059f8ac680e4c84ad62b86 --- debian/ngcp-sems.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ngcp-sems.service b/debian/ngcp-sems.service index 2b13f40e..32b63cb0 100644 --- a/debian/ngcp-sems.service +++ b/debian/ngcp-sems.service @@ -16,7 +16,7 @@ PassEnvironment=LD_LIBRARY_PATH PIDFile=/run/ngcp-sems/ngcp-sems.pid Restart=always ExecStart=/usr/sbin/ngcp-sems -u sems -g sems -P /run/ngcp-sems/ngcp-sems.pid -f /etc/ngcp-sems/sems.conf -KillSignal=SIGKILL +KillSignal=SIGTERM SuccessExitStatus=SIGKILL TimeoutStopSec=10 LimitNOFILE=100000