You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/goaccess/files/goaccess.service

16 lines
381 B

[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