aboutsummaryrefslogtreecommitdiff
path: root/net-im/prosody/pkg-message
blob: f2125ab9c53b52e809f0ef0e655858779420b37d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{ type: install
  message: <<EOM
If you're running Prosody in a jail and experience problems, please add
the following to the global section of your prosody.cfg.lua:

interfaces = { 'x.x.x.x' }

where 'x.x.x.x' is the public IP you wish Prosody to bind to.
EOM
},
{ type: install
  message: <<EOM
Make sure your prosody.cfg.lua contains the following line
or else the init script won't work:

pidfile = "/var/run/prosody/prosody.pid"
EOM
}
]