Files
jmc/debian/python-jmc.default
David Rousselie 30b41bd953 Complete Debian packaging
darcs-hash:20071130171759-86b55-eb1275573723a4caec19126f94ff645d7aa515d3.gz
2007-11-30 18:17:59 +01:00

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"