Sorry about the title, it was as descriptive as I could get.
This question applies particularly to the Ventrilo server, but is a fairly general Linux question. I run the Ventrilo server as a daemon (./ventrilo_srv -d), but when I want to use the server program for some reason, I end up having to kill the process and run it again in "regular mode," (./ventrilo_srv). When I'm done doing what I need to do, I have to quit ventrilo_srv again, and run it once more as a daemon. I was curious if there was any way to switch from daemon to "regular mode" and back again.
This also applies to a Counter-Strike server that I run.
Please feel free to let me know if you need any more information. Thank you.