As part of my post-receive hook I checkout the HEAD of the repository and then run my start-up command.
So when I do git push it works fine.
Thing is, when i SSH into the box, I use byobu. Is there a way to get the post-receive hook to run my start-up command inside a byobu session, so that when I SSH in, I can see my app running?