#include <lib.h>
#include <config.h>

inherit LIB_DAEMON;

static void create() {
    daemon::create();
}

