14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
# Defaults for jmc initscript
|
|
# sourced by /etc/init.d/jmc
|
|
# installed at /etc/default/jmc by the maintainer scripts
|
|
|
|
ENABLE="false"
|
|
|
|
# Must be the same value as in jmc.conf
|
|
PID_FILE="/var/run/jabber/jmc.pid"
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
# use this line to activate debug
|
|
#DAEMON_OPTS="-d"
|
|
DAEMON_OPTS="-c /etc/jabber/jmc.conf"
|