Files
php53-apache-mysql-client-d…/apache2-foreground
2021-04-05 16:59:05 +01:00

8 lines
140 B
Bash

#!/bin/bash
set -e
# Apache gets grumpy about PID files pre-existing
rm -f /var/run/apache2/apache2.pid
exec apache2ctl -DFOREGROUND "$@"