Created
October 30, 2018 08:29
-
-
Save deshabhishek007/8067223cf64ccbc0bdef9bfdf25e222a to your computer and use it in GitHub Desktop.
autostart php, Mariadb, nginx and dnsmasq
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
brew services start php | |
sudo brew services start dnsmasq | |
brew services start mariadb | |
brew services start nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment