Add sshguard configurations.
This commit is contained in:
parent
03cec065bb
commit
63cadafd54
16 changed files with 126 additions and 2 deletions
5
etc/sv/sshguard/run
Executable file
5
etc/sv/sshguard/run
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -f ./conf ] && . ./conf
|
||||
|
||||
exec sshguard $OPTS 2>&1
|
||||
1
etc/sv/sshguard/supervise
Symbolic link
1
etc/sv/sshguard/supervise
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/run/runit/supervise.sshguard
|
||||
Loading…
Add table
Add a link
Reference in a new issue