/etc/default/jabber-muc is in jabber-muc 0.8-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # Defaults for jabberd2 initscript
# sourced by /etc/init.d/jabberd2
# installed at /etc/default/jabber-muc by the maintainer scripts
# user and group
USER=jabber
GROUP=jabber
# run muc
MUC_RUN=1
|