mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-12 08:25:50 -06:00
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
[program:apache2]
|
|
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
|
|
stdout_events_enabled=true
|
|
stderr_events_enabled=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0 |