grim/containers/apache2-trac

185238c6fd61
file isExecutable
Add some additional configuration to make sure we don't log to disk
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /var/run/apache2/apache2.pid
exec apache2ctl -DFOREGROUND -k start "$@"