summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Marien2015-10-03 17:38:03 +0200
committerFrank Marien2015-10-03 17:38:03 +0200
commitb7e584ededa2fe2e7cc87ffeffa13f271c8d0b94 (patch)
tree808b816ca90aa14abd04e9875398b3e28689d37a
parenta70e42b0b27a606b7c1956cfc789b49e9786c58f (diff)
downloadaur-b7e584ededa2fe2e7cc87ffeffa13f271c8d0b94.tar.gz
wrong .install file
-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
}