Changeset - 4ad1dc841ee1
[Not reviewed]
default
0 0 2
Nathan Brink (binki) - 16 years ago 2009-12-01 00:23:05
ohnobinki@ohnopublishing.net
sample config for slave and daemon
2 files changed with 33 insertions and 0 deletions:
0 comments (0 inline, 0 general)
etc/distrendaemon.conf
Show inline comments
 
new file 100644
 
/*
 
 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")
 

	
 

	
etc/distrenslave.conf
Show inline comments
 
new file 100644
 
slave
 
{
 
  username = "!username"
 
}
 

	
 
include("distrencommon.conf")
 

	
 
datadir = "/home/ohnobinki/var/distren"
0 comments (0 inline, 0 general)