Skip to content

Commit

Permalink
Enable Groonga service
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 6, 2016
1 parent e7c9eec commit b5a67dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansible/playbook.yml
Expand Up @@ -228,6 +228,9 @@
- name: Restart Postfix
service: name=postfix state=restarted
- name: Restart Groonga
service: name=groonga-httpd state=restarted
service:
name: groonga-httpd
state: restarted
enabled: yes
- name: Restart Fluentd
service: name=td-agent state=restarted

0 comments on commit b5a67dd

Please sign in to comment.