Files @ 99a5a69d493c
Branch filter:

Location: DistRen/etc/distrendaemon.conf

ethanzonca
Initial remotio calls and helper functions
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "/home/ethanzonca/var/distren"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")


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