summaryrefslogtreecommitdiff
path: root/net-analyzer/goaccess/files/goaccess.service
blob: 8fab5f9b7c560abd0a5203239265e75706f9bf2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Real-time web log analyzer
After=network.target

[Service]
Type=simple
User=root
Group=root
Restart=always
ExecStart=/usr/bin/goaccess --real-time-html --daemonize -p /etc/goaccess/goaccess.conf --user-name=goaccess -o /var/lib/goaccess/goaccess.html -l /var/log/goaccess/goaccess.log
StandardOutput=null
StandardError=null

[Install]
WantedBy=multi-user.target