goaccess/templates/goaccess.service.j2
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 23:31:51 -0500
changeset 239 c3e3169399a8
parent 132 10996eb41bf4
permissions -rw-r--r--
Updated java version and disabled geyser due to too old jde.

[Unit]
Description=GoAccess

[Service]
Type=oneshot
ExecStart=/usr/bin/goaccess {{goaccess_http_log}} -o {{goaccess_output_dest}} --log-format=COMBINED --no-progress --no-parsing-spinner
Environment=HOME=/var/run

[Install]
WantedBy=multi-user.target