ansible/roles/mailman3/files/systemd/hyperkitty-monthly.timer
Michal Konecny e3de4275bd [mailman3] Enable autostart for timers
To be able to enable timer it needs to have WantedBy in [Install] section. Let's
add a hyperkitty.target to that section.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-11 09:32:50 +02:00

12 lines
230 B
SYSTEMD

[Unit]
Description=Run hyperkitty monthly maintenance every month
Requires=hyperkitty.target
PartOf=hyperkitty.target
[Timer]
OnCalendar=*-*-01 00:00:00
RandomizedDelaySec=6h
Persistent=true
[Install]
WantedBy=hyperkitty.target