TT#63103 enable TLS preload module on lb instead of proxy

Change-Id: I7efe77c348e443b93f0f9a661ee20dd9d08c56c3
changes/25/31825/2
Andrew Pogrebennyk 7 years ago
parent d316eaf880
commit e4a2849a98

@ -14,6 +14,7 @@ Type=simple
User=kamailio
Group=kamailio
PIDFile=/run/kamailio/kamailio.lb.pid
Environment='LD_PRELOAD=/usr/lib/x86_64-linux-gnu/kamailio/openssl_mutex_shared/openssl_mutex_shared.so'
Environment='CFGFILE=/etc/kamailio/lb/kamailio.cfg'
# Values of SHM_MEMORY=64 and PKG_MEMORY=16 taken from old sysvinit file
# Amount of shared memory to allocate for the running Kamailio server (in MiB)

@ -14,7 +14,6 @@ Type=simple
User=kamailio
Group=kamailio
PIDFile=/run/kamailio/kamailio.proxy.pid
Environment='LD_PRELOAD=/usr/lib/x86_64-linux-gnu/kamailio/openssl_mutex_shared/openssl_mutex_shared.so'
Environment='CFGFILE=/etc/kamailio/proxy/kamailio.cfg'
# Values of SHM_MEMORY=125 and PKG_MEMORY=32 taken from old sysvinit file
# Amount of shared memory to allocate for the running Kamailio server (in MiB)

Loading…
Cancel
Save