From 32ae0b0d8e85e99fe18e3d371b06547f9d4bca65 Mon Sep 17 00:00:00 2001 From: lpoujol Date: Mon, 3 May 2021 10:43:13 +0200 Subject: [PATCH] don't fork --- HowtoGoAccess.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoGoAccess.md b/HowtoGoAccess.md index a651f758..d864b520 100644 --- a/HowtoGoAccess.md +++ b/HowtoGoAccess.md @@ -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]