Sha256: 2cba3c426c5a3b2289ac26996f4c04a638a8a4dd9a483a74ca8afa72813b5ebf

Contents?: true

Size: 870 Bytes

Versions: 8

Compression:

Stored size: 870 Bytes

Contents

daemon-ogre
===========

Description
-----------

This module made for easy argv based damonize for the app.
100% compatible with any framework


Installation
------------

### [RubyGems](http://rubygems.org/)

    $ gem install 'daemon-ogre'


```ruby

    require 'daemon-ogre'
    DaemonOgre.init

```

after this, the app will check for the following tags in the input:
:d, :daemon, :daemonize for daemonize the app
:k, :kill,   :terminate for terminate already initialized app instance

you can set the output folder if you dont like the default in the system tmp / "#{your_app_folder_name}_daemon"

```ruby

    #> for example
    DaemonOgre::OPTS.tmp_folder_path File.join(File.dirname(__FILE__),"tmp")

```


Copyright
---------

Right to copy and use at your service fellow coder
Copyright (c) 2013 adam.luzsi. See LICENSE.txt for
further details.

daemon-ogre

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
daemon-ogre-2.2.0 README.md
daemon-ogre-2.1.3 README.md
daemon-ogre-2.1.2 README.md
daemon-ogre-2.1.1 README.md
daemon-ogre-2.0.3 README.md
daemon-ogre-2.0.2 README.md
daemon-ogre-2.0.1 README.md
daemon-ogre-2.0.0 README.md