Option to monitor a service source file and restart on change
This would be brilliant in a development environment or when updating code. I know there are ways in PHP to monitor when a file changes and capture signals. This could be done inside the Warlock\Service abstract class and shutdown with an exit code that triggers a nice restart (ie: doesn't get counted as a error restart).