mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
switch this to pkill and use the new process name
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
- cron: name="regenerate stats hourly"
|
||||
hour="*"
|
||||
minute="5"
|
||||
job="killall -SIGUSR2 sks-db"
|
||||
job="pkill -f -n -SIGUSR2 'sks db'"
|
||||
state=present
|
||||
|
||||
- name: Set sks-db to run on boot
|
||||
|
||||
Reference in New Issue
Block a user