switch this to pkill and use the new process name

This commit is contained in:
Kevin Fenzi 2017-05-02 19:15:45 +00:00
parent 27319c01cb
commit da7df487f9

View file

@ -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