mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +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>
12 lines
209 B
SYSTEMD
12 lines
209 B
SYSTEMD
[Unit]
|
|
Description=Run hyperkitty daily maintenance every day
|
|
Requires=hyperkitty.target
|
|
PartOf=hyperkitty.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00:00:00
|
|
RandomizedDelaySec=1h
|
|
|
|
[Install]
|
|
WantedBy=hyperkitty.target
|