Skip to content

Instantly share code, notes, and snippets.

@systemed
Created March 20, 2022 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save systemed/ad3d245570834f8f4d900c1c8cfb3771 to your computer and use it in GitHub Desktop.
Save systemed/ad3d245570834f8f4d900c1c8cfb3771 to your computer and use it in GitHub Desktop.
systemd service for running renderd
[Unit]
Description=Daemon that renders map tiles using mapnik
Documentation=man:renderd
After=network.target auditd.service
[Service]
RuntimeDirectory=renderd
RuntimeDirectoryMode=0755
ExecStart=/usr/local/bin/renderd -f -c /usr/local/etc/renderd.conf
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment