method
daemonize
rails latest stable - Class:
Kernel
daemonize()public
Turns the current script into a daemon process that detaches from the console. It can be shut down with a TERM signal.
daemonize()Turns the current script into a daemon process that detaches from the console. It can be shut down with a TERM signal.