sp-containers/files/images/sp-oidc/base/conf.d/scripts/httpd-foreground

7 lines
126 B
Plaintext
Raw Normal View History

2023-06-05 15:24:42 +02:00
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /run/apache2/httpd.pid
exec httpd -DFOREGROUND "$@"