Files @ a255abd6e6f8
Branch filter:

Location: DistRen/etc/distrendaemon.conf - annotation

ethanzonca
Conf replacer made more flexible, conf issue fixed (causes segfault now), fixed style, updated comments
/*
 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"
}