grim/containers/apache2-trac

537bdf1f9b9b
file isExecutable
Add vim because well we always end up needing it at some point..
#!/bin/sh
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /var/run/apache2/apache2.pid
exec apache2ctl -DFOREGROUND -k start "$@"