vmail-stack/systemd/vmail-cron.timer
Matthew Saunders Brown b889300e00 cleaned up systemd timer
2022-03-28 09:45:38 -07:00

15 lines
267 B
SYSTEMD

# vmail-stack
# https://git.stack-source.com/msb/vmail-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown
#
[Unit]
Description=vmail-stack cron once per day
[Timer]
OnCalendar=daily
Unit=vmail-cron.service
AccuracySec=6h
[Install]
WantedBy=timers.target