diff options
author | Mário Antunes <mariolpantunes@gmail.com> | 2017-06-06 23:15:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-10 10:47:38 +0700 |
commit | c62deab46b69c69bffb7c3f4ea17e5495e3a8ab2 (patch) | |
tree | 1ede1015c4c3d8e7ecc7e36267863fc5d8ab33fe /network/openfire/README.SLACKWARE | |
parent | b24c8432844dfc41c1236dab10194c642b788c8c (diff) |
network/openfire: Updated for version 4.1.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/openfire/README.SLACKWARE')
-rw-r--r-- | network/openfire/README.SLACKWARE | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/network/openfire/README.SLACKWARE b/network/openfire/README.SLACKWARE index 1746c640f4156..4d200b65ddd96 100644 --- a/network/openfire/README.SLACKWARE +++ b/network/openfire/README.SLACKWARE @@ -1,4 +1,5 @@ ## Startup + To have this start upon each boot, add the following lines to /etc/rc.d/rc.local @@ -7,10 +8,17 @@ To have this start upon each boot, add the following lines to /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. +You will also want to put the following into /etc/rc.d/rc.local_shutdown +(if that file does not exist, create it and make it executable): + + # Stop openfire + if [ -x /etc/rc.d/rc.openfire ]; then + /etc/rc.d/rc.openfire stop + fi + ## 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 |