# $Id$ # # unprivileged user running the ssl-server SSL_USER="nobody" # chroot directory CHROOT_DIR="@@MCORE_CHROOTDIR@@" # ssl certificate SSL_CERT="@@MCORE_CERT_FILE@@" # ssl private key file SSL_KEY="@@MCORE_KEY_FILE@@" # 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"