module Thyme::Daemon

Defined in:

thyme/daemon.cr

Constant Summary

DEV_NULL = "/dev/null"
ROOT_DIR = "/"

Class Method Summary

Class Method Detail

def self.start! #

Daemonizes the current process. TODO: add logging for development.


[View source]