Subversion Repositories configs

Rev

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

Rev 23 Rev 43
Line 2... Line 2...
2
#
2
#
3
# zarafa-presence The Zarafa Presence Daemon
3
# zarafa-presence The Zarafa Presence Daemon
4
#
4
#
5
# chkconfig: 345 86 24
5
# chkconfig: 345 86 24
6
# description: The Zarafa Presence Daemon
6
# description: The Zarafa Presence Daemon
7
# processname: /usr/bin/zarafa-presence
7
# processname: /usr/sbin/zarafa-presence
8
# config: /etc/zarafa/presence.cfg
8
# config: /etc/zarafa/presence.cfg
9
# pidfile: /var/run/zarafa-presence.pid
9
# pidfile: /var/run/zarafa-presence.pid
10
 
10
 
11
### BEGIN INIT INFO
11
### BEGIN INIT INFO
12
# Provides: zarafa-presence
12
# Provides: zarafa-presence
Line 17... Line 17...
17
# Short-Description: The Zarafa Presence Daemon
17
# Short-Description: The Zarafa Presence Daemon
18
# Description: The Zarafa Presence Daemon
18
# Description: The Zarafa Presence Daemon
19
### END INIT INFO
19
### END INIT INFO
20
 
20
 
21
PRESENCECONFIG=/etc/zarafa/presence.cfg
21
PRESENCECONFIG=/etc/zarafa/presence.cfg
22
PRESENCEPROGRAM=/usr/bin/zarafa-presence
22
PRESENCEPROGRAM=/usr/sbin/zarafa-presence
23
 
23
 
24
# Sanity checks.
24
# Sanity checks.
25
[ -x $PRESENCEPROGRAM ] || exit 0
25
[ -x $PRESENCEPROGRAM ] || exit 0
26
 
26
 
27
PRESENCECONFIG_OPT=""
27
PRESENCECONFIG_OPT=""