Shutting down the server through the command line?

Hi, is there any way to shut down a running Wildfire instance through the command line (as part of an init.d script, for example)? Killing the process seems somewhat unclean (does it shut down things like the database-connections?)

Hi,

You can use bin/extra/wildfired to start and stop the server. You start it with:

./wildfired start[/code]

and stop it by

./wildfired stop[/code]

/John

Hmm, that didn’'t seem to work for me - could be a privilege-issue though…