$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"]
2 lines
81 B
Text
2 lines
81 B
Text
BOTUSER="<%= abusehelper_user %>"
|
|
BOTNETS="<%= abusehelper_botnets.join(" ") %>"
|