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:
Ossi Salmi 2013-02-04 14:27:14 +02:00
parent 3704a86d50
commit 603df85cea
3 changed files with 123 additions and 1 deletions

View file

@ -0,0 +1,2 @@
BOTUSER="<%= abusehelper_user %>"
BOTNETS="<%= abusehelper_botnets.join(" ") %>"