Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/daemon/client/mcored.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1303 - (hide annotations) (download)
Sun Feb 6 23:44:35 2011 UTC (13 years, 4 months ago) by niro
File size: 388 byte(s)
-fixed wrong variable, thats the chroot dir and not the keyring!

1 niro 1248 # $Id$
2    
3     #
4     # unprivileged user running the ssl-server
5     SSL_USER="nobody"
6    
7 niro 1303 # chroot directory
8     CHROOT_DIR="/var/lib/mcored"
9 niro 1248
10     # ssl certificate
11     SSL_CERT="/etc/ssl/certs/mcored.pem"
12    
13     # ssl private key file
14     SSL_KEY="/etc/ssl/private/mcored.key"
15    
16     # bind the ip on which the daemon listen - 0 means all ip-addresses
17     LISTEN_IP="0"
18    
19     # listen port
20     LISTEN_PORT="6666"
21    
22     # general program opts
23     OPTS=""