goaccess/templates/goaccess.service.j2
author Luke Hoersten <luke@hoersten.org>
Sat, 11 Feb 2023 10:49:06 -0600
changeset 209 81014d20e5b1
parent 132 10996eb41bf4
permissions -rw-r--r--
Use rsync for nginx root copy.

[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