Update README.md
This commit is contained in:
parent
f71c62d730
commit
197df5c590
1 changed files with 2 additions and 2 deletions
|
@ -55,13 +55,13 @@ $ cp geostat.service.template geostat.service
|
||||||
$ vi geostat.service
|
$ vi geostat.service
|
||||||
$ cp geostat.service /lib/systemd/system/
|
$ cp geostat.service /lib/systemd/system/
|
||||||
```
|
```
|
||||||
4) Download latest GeoLiteCity.dat from MaxMind
|
3) Download latest GeoLiteCity.dat from MaxMind
|
||||||
```sh
|
```sh
|
||||||
$ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
|
$ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
|
||||||
$ gunzip GeoLiteCity.dat.gz
|
$ gunzip GeoLiteCity.dat.gz
|
||||||
$ rm GeoLiteCity.dat.gz
|
$ rm GeoLiteCity.dat.gz
|
||||||
```
|
```
|
||||||
5) Then enable and start service
|
4) Then enable and start service
|
||||||
```sh
|
```sh
|
||||||
$ systemctl enable geostat.service
|
$ systemctl enable geostat.service
|
||||||
$ systemctl start geostat.service
|
$ systemctl start geostat.service
|
||||||
|
|
Loading…
Reference in a new issue