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?