daemonize icon indicating copy to clipboard operation
daemonize copied to clipboard

Simplifies daemons and services creation for GNU/Linux and Windows

Results 6 daemonize issues
Sort by recently updated
recently updated
newest added

If the lock file is present, the `enforceLockFile` uses a `terminate` call to terminate the program *(line in question [here](https://github.com/NCrashed/daemonize/blob/master/source/daemonize/linux.d#L404))*. In my case, this causes a **segfault** within the GTK-D...

Is it possible to not have to create a logger for the daemon? I'm already using a global logger for the project, and the daemon forces me to create another...

http://forum.dlang.org/post/[email protected] http://www.linuxprogrammingblog.com/threads-and-fork-think-twice-before-using-them

Phobos comes now with std.experimental.logger. Maybe this could be set as default logger?

Would be nice to integrate this with things like systemd, upstart and init.d.

Just to confirm, the only reason OSX isn't currently supported is because of nobody has sat down with an OSX machine to do it?