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

Remove unused httpd-foreground file

parent 8c12203a
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