verticelo commented on this pull request.
@@ -4,18 +4,16 @@ Wants=network-online.target
After=network-online.target
[Service]
-Type=forking
+Type=simple
How will this interact with the default setting of fork=yes in the config?
# ExecStart requires a full absolute path
-ExecStart=/usr/sbin/kamailio -P /var/run/kamailio/kamailio.pid -f $CFGFILE -m
$SHM_MEMORY -M $PKG_MEMORY -u $USER -g $GROUP
+ExecStart=/usr/sbin/kamailio -DD -P /var/run/kamailio/kamailio.pid -f $CFGFILE -m
$SHM_MEMORY -M $PKG_MEMORY
Changing to this mode, will it have any impact on performance of Kamailio? If so, in what
direction?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1889#pullrequestreview-217657580