mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
9 lines
282 B
Desktop File
9 lines
282 B
Desktop File
[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 /usr/local/etc/martin/config.yaml
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|