switch this to pkill and use the new process name
This commit is contained in:
parent
27319c01cb
commit
da7df487f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue