Skip to content

Instantly share code, notes, and snippets.

@edgji
Created April 30, 2015 05:04
Show Gist options
  • Save edgji/a87dadc8c3c11957649a to your computer and use it in GitHub Desktop.
Save edgji/a87dadc8c3c11957649a to your computer and use it in GitHub Desktop.
php-fpm-restart alias
alias phpfpm='echo "Stopping php-fpm..." && launchctl unload -Fw ~/Library/LaunchAgents/homebrew.mxcl.php56.plist && echo "Starting php-fpm..." && launchctl load -Fw ~/Library/LaunchAgents/homebrew.mxcl.php56.plist && echo "php-fpm restarted"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment