Added init script for abusehelper botnets
$abusehelper_botnets is an array of botnet paths to be started at boot, for example: $abusehelper_botnets = ["/var/lib/ah2/botnet1", "/var/lib/ah2/botnet2"]
This commit is contained in:
parent
3704a86d50
commit
603df85cea
3 changed files with 123 additions and 1 deletions
2
abusehelper/templates/botnet.sysconfig.erb
Normal file
2
abusehelper/templates/botnet.sysconfig.erb
Normal file
|
@ -0,0 +1,2 @@
|
|||
BOTUSER="<%= abusehelper_user %>"
|
||||
BOTNETS="<%= abusehelper_botnets.join(" ") %>"
|
Loading…
Add table
Add a link
Reference in a new issue