Files
monica/scripts/docker/apache2-foreground
T
2019-10-25 20:38:06 +02:00

7 lines
100 B
Bash
Executable File

#!/bin/sh
# Run apache2
mkdir -p /run/apache2
rm -f /run/apache2/httpd.pid
httpd -DFOREGROUND "$@"