feat(init): first commit
This commit is contained in:
7
files/alpine/sp-oidc/base/scripts/httpd-foreground
Normal file
7
files/alpine/sp-oidc/base/scripts/httpd-foreground
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Apache gets grumpy about PID files pre-existing
|
||||
rm -f /run/apache2/httpd.pid
|
||||
|
||||
exec httpd -DFOREGROUND "$@"
|
Reference in New Issue
Block a user