diff options
author | Gerardo Zamudio <gerardo.zamudio@linux.com> | 2017-03-15 22:44:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:40 +0700 |
commit | 789698d85456c6407c7c524b48d7815d9e29d1e5 (patch) | |
tree | d3336921e2a430c770660ce0b0ec1f7fca2f4403 /network/prosody/README | |
parent | d8b6cd28bd7455bc7629aca07576236bd495b6d7 (diff) | |
download | slackbuilds-789698d85456c6407c7c524b48d7815d9e29d1e5.tar.gz |
network/prosody: Updated for version 0.9.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/prosody/README')
-rw-r--r-- | network/prosody/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network/prosody/README b/network/prosody/README index c426c565c1..a288d0a37a 100644 --- a/network/prosody/README +++ b/network/prosody/README @@ -1,13 +1,15 @@ Prosody is a server for Jabber/XMPP written in Lua. It aims to be -easy to use and light on resources. For developers, it aims to give a -flexible system on which to rapidly develop added functionality or +easy to use and light on resources. For developers, it aims to give a +flexible system on which to rapidly develop added functionality or rapidly prototype new protocols. Before you can run prosody you'll need to look in README.SBo. You need a "prosody" user and group prior to building prosody. Something like this will suffice for most systems: + groupadd -g 274 prosody useradd -u 274 -g 274 -s /sbin/nologin -d /var/lib/prosody prosody + Feel free to use a different uid and gid if desired, but 274 is recommended to avoid conflicts with other stuff from SlackBuilds.org. |