Files @ e975833b57db
Branch filter:

Location: DistRen/etc/distrendaemon.conf

binki
removed *.conf that should be generated from *.conf.in
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "/home/ohnobinki/var/distren"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")


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