summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--geoipmarker.install10
1 files changed, 9 insertions, 1 deletions
diff --git a/geoipmarker.install b/geoipmarker.install
index 788b9b7e3ef7..5bc08e494582 100644
--- a/geoipmarker.install
+++ b/geoipmarker.install
@@ -3,8 +3,16 @@ post_install() {
**** NOTICE ****
*
* To use the geoipmarker package, you need a GeoIP2 database file, and a
-* systemd Unit Instance Environment file. See
+* systemd Unit Instance Environment file.
+* Copy the example config file from /usr/share/doc/geoipmarker to
+* /etc/conf.d/ as geoipmarker@<queue-num> e.g. geoipmarker@0 for queue 0
+* check the comments in the example.
+*
+* then: systemctl start geoipmarker@0
+*
+* see
* <https://github.com/m4rienf/GeoIPMarker/blob/master/README.md>
+* for further instructions
*
EOF
}