Holger Frey
3 years ago
1 changed files with 6 additions and 6 deletions
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh |
||||
set -e |
||||
|
||||
# Apache gets grumpy about PID files pre-existing |
||||
rm -f /usr/local/apache2/logs/httpd.pid |
||||
|
||||
#!/bin/sh |
||||
set -e |
||||
|
||||
# Apache gets grumpy about PID files pre-existing |
||||
rm -f /usr/local/apache2/logs/httpd.pid |
||||
|
||||
exec httpd -DFOREGROUND "$@" |
Loading…
Reference in new issue