Files
monica/scripts/docker/apache2-foreground
T
2019-05-12 03:18:28 +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 "$@"