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 shows how to send signals to daemons created by daemonize. *
The example demonstrates how to run vibe.d server in daemon mode.
The example demonstrates using a custom logger with daemonize. * 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. *