Create a pidfile for our daemon, so we can be stopped and others don‘t try to start.
Put the daemon into the background.
Provide the path to our pidfile.
Register handlers for REST networking, based on the Indirector.
Register xmlrpc handlers for backward compatibility.
Remove the pid file for our daemon.
Unregister Indirector handlers.
Unregister xmlrpc handlers.
[Validate]