@verticelo commented on this pull request.


In pkg/kamailio/deb/buster/kamailio.service:

> @@ -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?


In pkg/kamailio/deb/buster/kamailio.service:

>  # 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, view it on GitHub, or mute the thread.