mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-08 08:24:25 +00:00
Added PID file path configurability (#282)
* Added PID file path configurability
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user