Files @ bfa4ecc86496
Branch filter:

Location: DistRen/etc/distrendaemon.conf

LordOfWar
a lil bit of housecleaning
mortition() is going to be changed up a bit
time took to render each from is no longer being saved
/*
 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"
}