summarylogtreecommitdiffstats
path: root/geoipmarker.install
blob: 5bc08e494582e49eadffb207300c1db9b2580280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
	cat <<EOF
**** NOTICE ****
*
* To use the geoipmarker package, you need a GeoIP2 database file, and a 
* 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
}