src.nth.io/

summaryrefslogtreecommitdiff
path: root/goaccess/templates/goaccess.service.j2
blob: aa1e929debe594d1bbf82eea7cc4251e2c13b557 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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
RemainAfterExit=true
Environment=HOME=/var/run

[Install]
WantedBy=multi-user.target