# $Id$ # # unprivileged user running the ssl-server SSL_USER="nobody" # chroot directory CHROOT_DIR="@@MCORE_CHROOTDIR@@" # ssl certificate SSL_CERT="@@SSLDIR@@/certs/mcored.pem" # ssl private key file SSL_KEY="@@SSLDIR@@/private/mcored.key" # bind the ip on which the daemon listen - 0 means all ip-addresses LISTEN_IP="0" # listen port LISTEN_PORT="6666" # general program opts OPTS="-v"