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 4... Line 4...
4
#
4
#
5
# chkconfig: - 86 24
5
# chkconfig: - 86 24
6
# description: The Zarafa Delivery Agent in LMTP mode can be used to \
6
# description: The Zarafa Delivery Agent in LMTP mode can be used to \
7
#              run the zarafa-dagent as a daemon. The Zarafa Delivery \
7
#              run the zarafa-dagent as a daemon. The Zarafa Delivery \
8
#              Agent can also be used as a standalone program.
8
#              Agent can also be used as a standalone program.
9
# processname: /usr/bin/zarafa-dagent
9
# processname: /usr/sbin/zarafa-dagent
10
# config: /etc/zarafa/dagent.cfg
10
# config: /etc/zarafa/dagent.cfg
11
# pidfile: /var/run/zarafa-dagent.pid
11
# pidfile: /var/run/zarafa-dagent.pid
12
 
12
 
13
### BEGIN INIT INFO
13
### BEGIN INIT INFO
14
# Provides: zarafa-dagent
14
# Provides: zarafa-dagent
Line 21... Line 21...
21
#                    run the zarafa-dagent as a daemon. The Zarafa Delivery
21
#                    run the zarafa-dagent as a daemon. The Zarafa Delivery
22
#                    Agent can also be used as a standalone program.
22
#                    Agent can also be used as a standalone program.
23
### END INIT INFO
23
### END INIT INFO
24
 
24
 
25
DAGENTCONFIG=/etc/zarafa/dagent.cfg
25
DAGENTCONFIG=/etc/zarafa/dagent.cfg
26
DAGENTPROGRAM=/usr/bin/zarafa-dagent
26
DAGENTPROGRAM=/usr/sbin/zarafa-dagent
27
 
27
 
28
# Sanity checks.
28
# Sanity checks.
29
[ -x $DAGENTPROGRAM ] || exit 0
29
[ -x $DAGENTPROGRAM ] || exit 0
30
 
30
 
31
# the -d option is required to run LMTP mode deamonized
31
# the -d option is required to run LMTP mode deamonized