diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-01-29 13:02:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:24 +0700 |
commit | ed8527ea74a9b8bc2aa4059e3e6683cd7627d656 (patch) | |
tree | 2950c1c63e8bd38b5a658081a8ef797c980f73f8 /network/openfire/README.SLACKWARE | |
parent | dcc8fb72527c9cdfc4bb04c4d8cc9bb57f67a24a (diff) |
network/openfire: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/openfire/README.SLACKWARE')
-rw-r--r-- | network/openfire/README.SLACKWARE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/network/openfire/README.SLACKWARE b/network/openfire/README.SLACKWARE new file mode 100644 index 0000000000000..1746c640f4156 --- /dev/null +++ b/network/openfire/README.SLACKWARE @@ -0,0 +1,17 @@ +## Startup +To have this start upon each boot, add the following lines to +/etc/rc.d/rc.local + + # Start openfire + if [ -x /etc/rc.d/rc.openfire ]; then + /etc/rc.d/rc.openfire start + fi + +to stop it at shutdown, add a similar entry substituting +"start" with "stop" in /etc/rc.d/rc.local_shutdown. + +## Setup +For information about setup see: +http://www.howtoforge.com/how-to-set-up-an-openfire-instant-messaging-server-on-centos-5.6 +http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/database.html +http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install-guide.html |