Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 43
Line 6... Line 6...
6
# description: The Zarafa Server takes MAPI calls in SOAP over HTTP(S) or \
6
# description: The Zarafa Server takes MAPI calls in SOAP over HTTP(S) or \
7
#              the unix socket. It authenticates users using one of three \
7
#              the unix socket. It authenticates users using one of three \
8
#              authentication backends (unix/pam, db, ldap). It stores the data \
8
#              authentication backends (unix/pam, db, ldap). It stores the data \
9
#              in a MySQL instance, and optionally stores the attachments directly \
9
#              in a MySQL instance, and optionally stores the attachments directly \
10
#              on the filesystem.
10
#              on the filesystem.
11
# processname: /usr/bin/zarafa-server
11
# processname: /usr/sbin/zarafa-server
12
# config: /etc/zarafa/server.cfg
12
# config: /etc/zarafa/server.cfg
13
# pidfile: /var/run/zarafa-server.pid
13
# pidfile: /var/run/zarafa-server.pid
14
 
14
 
15
### BEGIN INIT INFO
15
### BEGIN INIT INFO
16
# Provides: zarafa-server
16
# Provides: zarafa-server
Line 25... Line 25...
25
#              in a MySQL instance, and optionally stores the attachments directly
25
#              in a MySQL instance, and optionally stores the attachments directly
26
#              on the filesystem.
26
#              on the filesystem.
27
### END INIT INFO
27
### END INIT INFO
28
 
28
 
29
SERVERCONFIG=/etc/zarafa/server.cfg
29
SERVERCONFIG=/etc/zarafa/server.cfg
30
SERVERPROGRAM=/usr/bin/zarafa-server
30
SERVERPROGRAM=/usr/sbin/zarafa-server
31
 
31
 
32
# Sanity checks.
32
# Sanity checks.
33
[ -x $SERVERPROGRAM ] || exit 0
33
[ -x $SERVERPROGRAM ] || exit 0
34
 
34
 
35
SERVERCONFIG_OPT=""
35
SERVERCONFIG_OPT=""