Skip to content
Snippets Groups Projects
Commit 184b12ad authored by Erick Hitter's avatar Erick Hitter
Browse files

Handle restarts after config updates

parent 53a7f954
No related branches found
No related tags found
1 merge request!1Initial release
Pipeline #197 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
---
# handlers file for eth-log-alerting
\ No newline at end of file
- name: restart daemon
service:
name: eth-log-alerting
state: restarted
......@@ -14,3 +14,4 @@
owner: root
group: root
mode: 0400
notify: restart daemon
......@@ -21,6 +21,7 @@
- 'DAEMON="{{ eth_log_alerting_binary_dest }}"'
- 'DAEMON_ARGS="-config {{ eth_log_alerting_config_dest }}"'
- 'USER="root"'
notify: restart daemon
- name: Ensure service is enabled and started
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment