don't fork

This commit is contained in:
Ludovic Poujol 2021-05-03 10:43:13 +02:00
parent 9fc3907588
commit 32ae0b0d8e

View file

@ -74,8 +74,8 @@ Description=GoAccess real time web stats.
After=network.target
[Service]
ExecStart=/usr/bin/goaccess -p /etc/goaccess/goaccess.conf /var/log/haproxy.log -o /var/www/goaccess.html --real-time-html --daemonize
Type=forking
ExecStart=/usr/bin/goaccess -p /etc/goaccess/goaccess.conf /var/log/haproxy.log -o /var/www/goaccess.html --real-time-html
Type=simple
User=goaccess
[Install]