From a0f611c689f2983bb2d794bf4e37392bc69de2aa Mon Sep 17 00:00:00 2001 From: Roman Romanchenko Date: Thu, 6 Dec 2018 13:25:02 +0200 Subject: [PATCH] TT#48401 sems duplicates log entries because of "printing to stderr" enabled. - "-E" which is enables debug mode, removed from unit files. - not daemonize will be reached by changing sems config file options Change-Id: I0778aa2b15c08cd9a85739283fb2355046f64d78 --- 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 d58af102..127e8c3d 100644 --- a/debian/ngcp-sems.service +++ b/debian/ngcp-sems.service @@ -17,7 +17,7 @@ Environment=LD_LIBRARY_PATH=/usr/lib/sems-pbx PassEnvironment=LD_LIBRARY_PATH PIDFile=/run/ngcp-sems/ngcp-sems.pid Restart=always -ExecStart=/usr/sbin/ngcp-sems -E -u sems -g sems -P /run/ngcp-sems/ngcp-sems.pid -f /etc/ngcp-sems/sems.conf +ExecStart=/usr/sbin/ngcp-sems -u sems -g sems -P /run/ngcp-sems/ngcp-sems.pid -f /etc/ngcp-sems/sems.conf KillSignal=SIGKILL SuccessExitStatus=SIGKILL TimeoutStopSec=10