src.nth.io/

summaryrefslogtreecommitdiff
path: root/goaccess
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-08-15 08:44:16 -0500
committerLuke Hoersten <[email protected]>2020-08-15 08:44:16 -0500
commit146bdbf9367009e0e4b71582b944cdfc44a56e9e (patch)
tree8281831b4cfd333f8862fca050b5300d9cca3598 /goaccess
parentf689e65a72ae9693c0a17987c8e32d724bb9fb6c (diff)
Remove remain after exit setting in goaccess service.
Diffstat (limited to 'goaccess')
-rw-r--r--goaccess/templates/goaccess.service.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/goaccess/templates/goaccess.service.j2 b/goaccess/templates/goaccess.service.j2
index aa1e929..7300ceb 100644
--- a/goaccess/templates/goaccess.service.j2
+++ b/goaccess/templates/goaccess.service.j2
@@ -4,7 +4,6 @@ Description=GoAccess
[Service]
Type=oneshot
ExecStart=/usr/bin/goaccess {{goaccess_http_log}} -o {{goaccess_output_dest}} --log-format=COMBINED --no-progress --no-parsing-spinner
-RemainAfterExit=true
Environment=HOME=/var/run
[Install]