1. Add link from /etc/init.d top openfire binary

sudo ln -s /opt/openfire/bin/openfire /etc/init.d/openfire

2. Register the link with system to fire up openfire on start up

update-rc.d openfire defaults

Restart system and success!

You may also like

Leave a Reply