diff options
-rw-r--r-- | handlers/restart_services.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/handlers/restart_services.yml b/handlers/restart_services.yml index 6b3cd0c3a..93e20433d 100644 --- a/handlers/restart_services.yml +++ b/handlers/restart_services.yml @@ -30,8 +30,8 @@ - name: restart fedmsg-relay command: /usr/local/bin/conditional-restart.sh fedmsg-relay fedmsg-relay -- name: restart fedwatch - action: service name=fedwatch state=restarted +- name: restart koji-sync-listener + action: service name=koji-sync-listener state=restarted - name: reload httpd command: /usr/local/bin/conditional-reload.sh httpd httpd |