|
@@ -0,0 +1,12 @@
|
|
|
+[program:apache2]
|
|
|
+autorestart=true
|
|
|
+autostart=true
|
|
|
+user=www-data
|
|
|
+command=/usr/bin/pidproxy /var/run/apache2/apache2.pid /bin/bash -c "source /etc/apache2/envvars && /usr/sbin/apache2 -DFOREGROUND"
|
|
|
+environment=APACHE_CONFDIR=""
|
|
|
+stdout_logfile=/dev/stdout
|
|
|
+stdout_logfile_maxbytes=0
|
|
|
+stderr_logfile=/dev/stderr
|
|
|
+stderr_logfile_maxbytes=0
|
|
|
+stopasgroup=true
|
|
|
+killasgroup=true
|