# HG changeset patch # User Luke Hoersten # Date 1597499056 18000 # Node ID 10996eb41bf47c10d44efdbd8899760a2db9c78d # Parent 746d5fdbbc187a241f7b28f360f57e10813743d0 Remove remain after exit setting in goaccess service. diff -r 746d5fdbbc18 -r 10996eb41bf4 goaccess/templates/goaccess.service.j2 --- a/goaccess/templates/goaccess.service.j2 Sun Aug 09 14:20:24 2020 -0500 +++ b/goaccess/templates/goaccess.service.j2 Sat Aug 15 08:44:16 2020 -0500 @@ -4,7 +4,6 @@ [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]