vmail-stack/systemd/vmail-cron.timer

15 lines
271 B
SYSTEMD
Raw Normal View History

2021-04-20 14:46:05 -07:00
# 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=multi-user.target