summarylogtreecommitdiffstats
path: root/carto-tiler.service
blob: 28c7a49ddbf287b2baec22898ab3b51e989696f2 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=CARTO Tiler
After=syslog.target network.target

[Service]
Type=simple
ExecStart=/usr/bin/node /opt/carto/tiler/app.js -c /etc/carto/tiler.conf

[Install]
WantedBy=multi-user.target