11 lines
285 B
SYSTEMD
11 lines
285 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Rebuild GoAccess analytics report for catcrafts.net
|
||
|
|
Documentation=https://goaccess.io/man
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
# caddy owns the 0600 access logs; DB and output dirs are chowned to match.
|
||
|
|
User=caddy
|
||
|
|
Group=caddy
|
||
|
|
ExecStart=/usr/local/bin/catcrafts-analytics
|
||
|
|
Nice=10
|