summarylogtreecommitdiffstats
path: root/renderd-postgresql.service
blob: d9b992bd181be14ac9edbea900c51fd0bd3448b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Daemon that renders map tiles using mapnik (using PostgreSQL)
Documentation=man:renderd(1)

After=postgresql.service
Requires=postgresql.service
PartOf=postgresql.service

[Service]
#Environment=G_MESSAGES_DEBUG=all
ExecStart=/usr/bin/renderd --foreground
User=renderd

[Install]
WantedBy=multi-user.target