Files @ a255abd6e6f8
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in

ethanzonca
Conf replacer made more flexible, conf issue fixed (causes segfault now), fixed style, updated comments
/*
 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"
}