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>
10 lines
191 B
SYSTEMD
10 lines
191 B
SYSTEMD
[Unit]
|
|
Description=Run hyperkitty minutely maintenance every minute
|
|
Requires=hyperkitty.target
|
|
PartOf=hyperkitty.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:*:00
|
|
|
|
[Install]
|
|
WantedBy=hyperkitty.target
|