[Tile-serving] [openstreetmap/mod_tile] Add systemd service unit and tmpfiles.d file (#218)

Jonathan Beliƫn notifications at github.com
Thu Nov 5 09:52:19 UTC 2020


@jbelien commented on this pull request.



> @@ -0,0 +1,10 @@
+[Unit]
+Description=Daemon that renders map tiles using mapnik
+Documentation=man:renderd
+After=network.target auditd.service
+
+[Service]
+ExecStart=/usr/bin/renderd -f

Shouldn't it be `/usr/local/bin/renderd` ?
That seems to be the default location of `renderd` on my system.

```suggestion
ExecStart=/usr/local/bin/renderd -f
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/218#pullrequestreview-524092023
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201105/9c31bfbc/attachment.htm>


More information about the Tile-serving mailing list