Created
June 17, 2014 09:33
-
-
Save omkar0001/2c51039edde72f5d72f9 to your computer and use it in GitHub Desktop.
Daemon processes for docker
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
echo "......running script......" | |
sudo /usr/sbin/sshd -D | |
sudo service php5-fpm restart | |
sudo service nginx restart | |
sudo service mysql restart | |
sudo /usr/bin/mysqld_safe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment