What is this? This is a Java library you can use in your application to support Unix daemonization. By taking advantages of POSIX API, this library lets you fork your process into background with proper daemonization steps. It currently has several features, which we'll see in more details. Daemonization One feature of this library lets you fork a copy into background as a real Unix daemon, when s