Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
docker-lampd
Commits
602b366e
Commit
602b366e
authored
Jan 08, 2015
by
Ernesto Rodriguez Ortiz
Browse files
docker: Remove sleep 10s beacuse is not needed
parent
c5246f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
start-servers
View file @
602b366e
#!/bin/bash
set
-e
# Start nysql server
/usr/bin/mysqld_safe &
sleep
10s
/usr/bin/mysqld_safe &
# Apache gets grumpy about PID files pre-existing
rm
-f
/var/run/apache2/apache2.pid
source
/etc/apache2/envvars
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment