Glomation
 
Advanced Search
Welcome, Guest. Please login or register.

Login with username, password and session length
May 22, 2012, 07:28:23 PM
News: Glomation introduced new wireless ready low cost GESBC-9260S
Pages: [1]
Topic Tools  
Read March 07, 2011, 02:36:35 PM #0
alan_as

How to create and startup a daemon

hi all

I want to startup an application during the initialization of the system and it must remain alive  . I think it must be a service (daemon). But how can I configure a daemon in busybox (v1.00).

thanks in advance
 
Read March 07, 2011, 03:24:11 PM #1
admin

Re: How to create and startup a daemon

Add a line in /etc/init.d/rc.local,

<path/application_name> &

The "&" will put the application running in background and continue the init scripts.  As long as the application itself does not exit, it will keep running in the background like a daemon.


 
Pages: [1]
Jump to:  

Theme Update by Runic Warrior Originally created by m3talc0re