summarylogtreecommitdiffstats
path: root/mu-conference.install
blob: c7cbceb5bfcc6ca4f8cd0b6a87f0a1190e1bd24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo "By default, mu-conference runs as the user 'jabberd.'"
    echo
    echo "Edit the file /etc/jabberd/muc.xml to your liking."
    echo
    echo "At the very least, you must make sure that your password"
    echo "in muc.xml matches the one you've set in jabberd2's"
    echo "router.xml file."
    echo
    echo "You need to also set the location of the PID file to"
    echo "/run/mu-conference/mu-conference.pid"
}