Files @ 40f982ba351a
Branch filter:

Location: DistRen/etc/distrenserver.conf

LordOfWar
changed the != sign in if(stat(path_and_number, &buffer) != -1) to ==
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")

datadir = "/var/lib/distren"

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