summarylogtreecommitdiffstats
path: root/filtron.install
diff options
context:
space:
mode:
Diffstat (limited to 'filtron.install')
-rw-r--r--filtron.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/filtron.install b/filtron.install
new file mode 100644
index 000000000000..5dae544d5dae
--- /dev/null
+++ b/filtron.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "By default, Filtron listens on 127.0.0.1:4004, uses the rules at /etc/filtron/rules.json, and targets 127.0.0.1:8888. Change these settings at /usr/lib/systemd/system/filtron.service"
+}