The example demonstrates basic daemonize features. Described
daemon responds to SIGTERM and SIGHUP signals.
*
If SIGTERM is received, daemon terminates. If SIGHUP is received,
daemon prints "Hello World!" message to logg.
*
Daemon will auto-terminate after 5 minutes of running.
*
The example demonstrates basic daemonize features. Described daemon responds to SIGTERM and SIGHUP signals. * If SIGTERM is received, daemon terminates. If SIGHUP is received, daemon prints "Hello World!" message to logg. * Daemon will auto-terminate after 5 minutes of running. *