{
public static void main(String[] args) throws Exception {
Properties p = new Properties();
p.put("delay", "60");
p.put("verbose", "true");
Daemon d = new Daemon(p);
FunctionService f = new FunctionService("/", ServerTest1.createHandler());
d.add(f);
}