Created
April 30, 2015 05:04
-
-
Save edgji/a87dadc8c3c11957649a to your computer and use it in GitHub Desktop.
php-fpm-restart alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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