1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* configuration for _this_ server */ daemon { datadir = "@LOCALSTATEDIR@/@PACKAGE@" render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"} } include("distrencommon.conf") listen { type = "unix" path = "@RUNSTATEDIR@/@PACKAGE@d.sock" port = "0770" }