Added PID file path configurability (#282)

* Added PID file path configurability
This commit is contained in:
Hummeltech
2022-05-26 13:36:54 -07:00
committed by GitHub
parent 52308d7996
commit 42e4f0d283
5 changed files with 16 additions and 3 deletions

View File

@ -50,6 +50,8 @@
#define XMLCONFIG_DEFAULT "default"
// Maximum number of configurations that mod tile will allow
#define XMLCONFIGS_MAX 10
// Default PID file path
#define PIDFILE "/run/renderd/renderd.pid"
// Mapnik input plugins (will need to adjust for 32 bit libs)
#define MAPNIK_PLUGINS "/usr/local/lib64/mapnik/input"