mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2025-01-03 11:22:13 +01:00
Update README.md
This commit is contained in:
parent
c9494f28bf
commit
8dad785d66
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@ To run as a service you can either copy or create a symlink for the script file
|
||||||
ln -s $GOPATH/bin/fail2rest /usr/bin/
|
ln -s $GOPATH/bin/fail2rest /usr/bin/
|
||||||
ln -s $GOPATH/src/github.com/Sean-Der/fail2rest/init-scripts/systemd /etc/systemd/system/fail2rest.service
|
ln -s $GOPATH/src/github.com/Sean-Der/fail2rest/init-scripts/systemd /etc/systemd/system/fail2rest.service
|
||||||
|
|
||||||
Than you can run the systemd commands for starting
|
Than you can run the systemd commands for starting the fail2rest service
|
||||||
|
|
||||||
systemctl start fail2rest.service
|
systemctl start fail2rest.service
|
||||||
|
|
||||||
Verify it is active and running
|
Verify the fail2rest service is active and running
|
||||||
|
|
||||||
systemctl status fail2rest.service
|
systemctl status fail2rest.service
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue