To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaborator-d (--daemonize) option
-d (--daemonize) runs a controller as a daemon
- Background
-
- Given
-
I set the environment variables to:
variable value TREMA_LOG_DIR . TREMA_PID_DIR . TREMA_SOCKET_DIR . - And
-
a file named "null_controller.rb" with:
class NullController < Trema::Controller; end
- Scenarios
-
- -d option
-
- When
-
I successfully run
trema run null_controller.rb -d
- Then
- the command returns immediately
- --daemonize option
-
- When
-
I successfully run
trema run null_controller.rb --daemonize
- Then
- the command returns immediately
Last published over 5 years ago by Yasuhito Takamiya.