Files
@ 58d12717ba1d
Branch filter:
Location: DistRen/etc/distrendaemon.conf - annotation
58d12717ba1d
397 B
text/plain
typo
4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 4ad1dc841ee1 | /*
configuration for _this_ server
*/
daemon
{
datadir = "/home/ohnobinki/var/distren"
// render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
/*
listen {
type = "unix"
path = "/home/ohnobinki/var/run/distrend.sock"
port = "0770"
}
*/
listen {
type = "tcp"
path = "*"
port = 4554
}
} /* daemon */
include("distrencommon.conf")
|