summarylogtreecommitdiffstats
path: root/renderd-postgresql.service
blob: 23cc51a4e8f40cc4c4add9991f3e63fa8421760f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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]
ExecStart=/usr/bin/renderd --foreground
User=renderd

[Install]
WantedBy=multi-user.target