Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/daemon/control/control-daemon.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2051 - (show annotations) (download)
Wed May 8 11:09:38 2013 UTC (11 years ago) by niro
File size: 389 byte(s)
-added control daemon pieces, WIP
1 # $Id$
2
3 # unpreviliged user running the ssl-server
4 SSL_USER="nobody"
5
6 # ssl keyring directory
7 SSL_KEY_DIR="/etc/ssl/certs"
8
9 # ssl certificate
10 SSL_CERT="/etc/ssl/certs/mcored.crt"
11
12 # ssl private key file
13 SSL_KEY="/etc/ssl/certs/mcored.key"
14
15 # bind the ip on which the daemon listen - 0 means all ip-addresses
16 LISTEN_IP="0"
17
18 # listen port
19 LISTEN_PORT="6666"
20
21 # general program opts
22 OPTS=""