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