Speed REST server startup time by 5 seconds on reboot
The init script takes 5 seconds to get the IP address of the server. The Snakeoil-REST server is held up waiting for this to complete.
Send the IP code to the background instead, thereby improving the startup time of the REST server by 5 seconds.