1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/luaunbound/luaunbound.install

6 lines
235 B
Plaintext
Raw Normal View History

post_install(){
echo "To enable luaunbound, add the following to the global section of your 'prosody.cfg.lua':"
echo "RunScript 'use\_unbound.lua'"
echo "More config info can be found in /usr/share/doc/luaunbound/README"
}