aboutsummaryrefslogtreecommitdiff
path: root/www/thundersnarf/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/thundersnarf/files/pkg-message.in')
-rw-r--r--www/thundersnarf/files/pkg-message.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/thundersnarf/files/pkg-message.in b/www/thundersnarf/files/pkg-message.in
new file mode 100644
index 000000000000..2452d4406a8f
--- /dev/null
+++ b/www/thundersnarf/files/pkg-message.in
@@ -0,0 +1,11 @@
+
+If you haven't setup your PostgreSQL server, set it up accordingly and create
+snortsnarf's database:
+
+%%PREFIX%%/bin/psql postgres -U pgsql < \
+ %%WWWDIR%%/protected/data/db/pg_thundersnarf.sql
+
+Run Thunder Snarf from /etc/crontab. Schedule it according to your machine
+load availability, for example:
+
+*/20 * * * * root %%PREFIX%%/bin/thundersnarf >/dev/null 2>&1