mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
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>
13 lines
228 B
SYSTEMD
13 lines
228 B
SYSTEMD
[Unit]
|
|
Description=Run hyperkitty maintenance every 15 minutes
|
|
Requires=hyperkitty.target
|
|
PartOf=hyperkitty.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:00/15:00
|
|
Persistent=true
|
|
RandomizedDelaySec=5m
|
|
|
|
[Install]
|
|
WantedBy=hyperkitty.target
|