vhost-stack/systemd/webalizer.timer
2022-07-19 15:56:12 -07:00

17 lines
320 B
SYSTEMD

# vmail-stack
# https://git.stack-source.com/msb/vmail-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown
#
[Unit]
Description=Webalizer - analyze apache logs once per day
After=logrotate.timer
[Timer]
OnCalendar=daily
AccuracySec=12h
Persistent=true
Unit=webalizer.service
[Install]
WantedBy=timers.target