Fix init scripts path in README.md

This commit is contained in:
Sean DuBois 2014-07-21 07:09:14 +00:00
parent 736f685913
commit 7a09197434
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fail2rest has two options that be configured via config.json
##Running
Once you have a config.json all you need to do is run `fail2rest --config config.json`
However, fail2rest is designed to run as a service, so init scripts are provided that allow easy management of fail2rest. They can be found [here](https://github.com/Sean-Der/fail2rest/init-scripts)
However, fail2rest is designed to run as a service, so init scripts are provided that allow easy management of fail2rest. They can be found [here](https://github.com/Sean-Der/fail2rest/tree/master/init-scripts)
Download the appropriate init file your Distribution. You may need to customize your init script to load your config.json, but most scripts default to /etc/fail2rest.json
##License