index

Modules

daemonize
module daemonize
example01
module example01

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. *

example02
module example02

The example shows how to send signals to daemons created by daemonize. *

example03
module example03

The example demonstrates how to run vibe.d server in daemon mode.

example04
module example04

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. *

test01
module test01
test02
module test02