Files @ f7a90d38ac0f
Branch filter:

Location: DistRen/etc/distrendaemon.conf

binki
prepare_distrenjob(): malloc() frameset, handle errors
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "/var/lib/distren"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")


listen {
       type = "unix"
       path = "/var/run/distrend.sock"
       port = "0770"
}