UPD: i like it now.

This commit is contained in:
2019-04-14 00:43:17 +02:00
parent 603c55f88e
commit 42621ace3a
20 changed files with 131 additions and 57 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Remove left-overs from an incomplete shutdown previously.
rm -rf /run/httpd/* /tmp/httpd*
exec /usr/sbin/httpd \
-DFOREGROUND \
-c "LogLevel ${LOG_LEVEL:-error}" \
-c "ServerName ${HOSTNAME}" \
"$@"