thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

Separated Daemon.call into call and new #51

Closed intentionaccident closed 8 years ago

intentionaccident commented 8 years ago

I want to manage the start time of an Application directly in my scripts. Right now call creates an Application and starts it automatically. This change leaves that functionality intact, but adds a new 'new' method which does the same thing as call, but doesn't start the process automatically.