=== adrien_o1w is now known as adrien_oww === adrien_o1w is now known as adrien_oww [22:09] is there a way to fork a process as a post-stop? my problem is I have a server that is responsible for deploying other servers (when sent a passed message from CI). The problem is, it can't deploy itself... the sidekiq process that controls the deployment is killed when the site is restarted [22:10] I'd like to be able to keep the sidekiq process up long enough to finish the deployment of itself... I figured the easiest way for this was to fork it [22:14] sorry I meant to say pre-stop