Files @ 2dc2e27d24ef
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in

ethanzonca@ethanzonca.protofusion.org
Updated signals to be char, added extended signal sending
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "@LOCALSTATEDIR@/@PACKAGE@"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")


listen {
       type = "unix"
       path = "@RUNSTATEDIR@/@PACKAGE@d.sock"
       port = "0770"
}