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>
11 lines
211 B
SYSTEMD
11 lines
211 B
SYSTEMD
[Unit]
|
|
Description=Run hyperkitty hourly maintenance every hour
|
|
Requires=hyperkitty.target
|
|
PartOf=hyperkitty.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:00:00
|
|
RandomizedDelaySec=10m
|
|
|
|
[Install]
|
|
WantedBy=hyperkitty.target
|