Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11412

Re: Need help - with a script to stop Openfire server on Linux

$
0
0

Create a symbolic link for your openfire using below command.

 

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

 

Once the above command is successfully executed, then

 

to start server

sudo service openfire start

 

to stop server

sudo service openfire stop

 

to check status

sudo service openfire status


Viewing all articles
Browse latest Browse all 11412

Trending Articles