blob: e87740c8a071957c8f77afc9e91696928c858fe8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description = A blazing fast map tile server which can generate and serve vector tiles on the fly from large PostGIS databases, PMTile, and MBTile files
[Service]
ExecStart = /usr/bin/martin --config /etc/martin/config.yaml
User = martin-tileserver
Group = martin-tileserver
[Install]
WantedBy = multi-user.target
|