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

Note that defaults file is only needed in specific circumstances

parent 9fff9225
No related branches found
No related tags found
1 merge request!1Convert to Golang
Pipeline #82 failed
......@@ -19,7 +19,8 @@ Pipe logs to Mattermost (or Slack) webhooks
1. `chmod +x /etc/init.d/eth-log-alerting`
1. `cp /usr/local/bin/eth-log-alerting/config-sample.json /usr/local/bin/eth-log-alerting/config.json`
1. Edit `/usr/local/bin/eth-log-alerting/config.json`
1. `cp /usr/local/bin/eth-log-alerting/defaults /etc/default/eth-log-alerting`
1. Edit `/etc/default/eth_log_alerting`
1. If using a different path for your binary or config file, or if running as other than `root`, override the daemon defaults:
1. `cp /usr/local/bin/eth-log-alerting/defaults /etc/default/eth-log-alerting`
1. Edit `/etc/default/eth-log-alerting`
1. `update-rc.d eth-log-alerting defaults`
1. `/etc/init.d/eth-log-alerting start`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment