0.0
No commit activity in last 3 years
No release in over 3 years
Simple to use app ARGV based daemonizer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 4.1.0
 Project Readme

daemon-ogre

Description

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

Installation

$ gem install 'daemon-ogre'
    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"

    #> 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