mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-25 09:00:28 +00:00
12 lines
232 B
SYSTEMD
12 lines
232 B
SYSTEMD
[Unit]
|
|
Description=Mail cron
|
|
|
|
[Timer]
|
|
# Time to wait after booting before we run first time
|
|
OnBootSec=3min
|
|
# Time between running each consecutive time
|
|
OnUnitActiveSec=5m
|
|
Unit=mail-cron.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|