Skip to content

Instantly share code, notes, and snippets.

@BinaryPaean
Created July 1, 2014 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BinaryPaean/128909f5fec6ee509f94 to your computer and use it in GitHub Desktop.
Save BinaryPaean/128909f5fec6ee509f94 to your computer and use it in GitHub Desktop.
#! /bin/sh
/usr/bin/nohup /usr/bin/php /var/www/oro-crm/app/console clank:server --env prod > /dev/null 2>&1 & echo $! > /var/run/clank.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment