Ejemplo n.º 1
0
int main() {
    Daemon d;
    if(d.isUnique()) {
        daemon(0, 0);
        d.run();
    }
    return 0;
}