mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 23:15:21 +08:00
11 lines
169 B
SYSTEMD
11 lines
169 B
SYSTEMD
[Unit]
|
|
Description=Kill hanging imagefactory build processes regularly
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|