#
# Kamailio startup options CAREFULLY: the systemd unit does not sourced this file!

# Change this and uncomment if you defined another user and group for the service:
# USER=kamilio
# GROUP=kamialio
# So in Devuan by just uncomment those are enought, but in Debian 
# due systemd, to change username or group please create drop-in
# /etc/systemd/system/kamailio.service.d/10-user_group.conf file, like:
# [Service]
# User=kamuser
# Group=kamgroup

# Set to yes to enable kamailio, once configured properly.
#RUN_KAMAILIO=yes

# Amount of shared and private memory to allocate
# for the running Kamailio server (in Mb)
#SHM_MEMORY=96
#PKG_MEMORY=12

# Config file
#CFGFILE=/etc/kamailio/kamailio.cfg

# Enable the server to leave a core file when it crashes.
# Set this to 'yes' to enable Kamailio to leave a core file when it crashes
# or 'no' to disable this feature. This option is case sensitive and only
# accepts 'yes' and 'no' and only in lowercase letters.
# On some systems it is necessary to specify a directory for the core files
# to get a dump. Look into the kamailio init file for an example configuration.
#DUMP_CORE=yes

