src.nth.io/

summaryrefslogtreecommitdiff
path: root/goaccess/templates/goaccess.service.j2
blob: 7300ceb76ad6e70849b2416eb5a109c28b49a78b (plain)
1
2
3
4
5
6
7
8
9
10
[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