Skip to content
Snippets Groups Projects
Verified Commit 7f1a4184 authored by David Hoese's avatar David Hoese
Browse files

Remove unused httpd-foreground file

parent cb8d435f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /usr/local/apache2/logs/httpd.pid
exec httpd -DFOREGROUND "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment