From 9597b4f6e1c24a6d2555c9b0610c4d52bcf45d14 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 8 Jan 2020 09:54:53 +0530 Subject: [PATCH] systemd/goaccess: Fix path to output HTML Signed-off-by: Harsh Shandilya --- systemd_units/goaccess.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd_units/goaccess.service b/systemd_units/goaccess.service index 3923baf..a1e9647 100644 --- a/systemd_units/goaccess.service +++ b/systemd_units/goaccess.service @@ -10,7 +10,7 @@ RestartSec=2s Type=simple User=caddy Group=caddy -ExecStart=/usr/bin/goaccess --log-format=VCOMMON --ws-url=wss://stats.msfjarvis.dev/ws --output=/var/www/stats.msfjarvis.website/index.html --log-file=/etc/logs/requests.log --no-query-string --anonymize-ip --double-decode --real-os --compression=zlib --real-time-html +ExecStart=/usr/bin/goaccess --log-format=VCOMMON --ws-url=wss://stats.msfjarvis.dev/ws --output=/var/www/stats.msfjarvis.dev/index.html --log-file=/etc/logs/requests.log --no-query-string --anonymize-ip --double-decode --real-os --compression=zlib --real-time-html Restart=always PrivateTmp=true PrivateDevices=true