Start: Move more functionality from init scripts to start script. The init scripts were messing around with the Roxen pid file performing work that the start script was already doing, but with bugs that the start script had fixed. Adds two new options to the start script: --restart Restarts (or starts) the server. --signal Sends a signal to the running Roxen process. Fixes [bug 6670 (#6670)].