On Thu, May 27, 2010 at 2:52 PM, Israel Garcia <[email protected]> wrote: > Hi, > > I need to daemonize this command on a debian lenny? > > ruby apd.rb > > It's a simple app for my network. > > I was thinking to use nohup ruby app.rb & at rc.local, but I want to > know if there's other ways to do it.
It's been awhile since I wrote such a script, so the details aren't at the tip of my tongue, but the following helped me when I did. Perhaps it will help. http://www.debian-administration.org/article/Making_scripts_run_at_boot_time_with_Debian > > -- > Regards; > Israel Garcia > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: > http://lists.debian.org/[email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

