Advanced Search
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
May 22, 2012, 07:28:23 PM
Home
Help
Calendar
Login
Register
News
: Glomation introduced new wireless ready low cost GESBC-9260S
Glomation
»
Peer Support Forums
»
GESBC-9302
»
How to create and startup a daemon
« previous
next »
Pages: [
1
]
Topic Tools
Topic Tools
Send this topic
Print
March 07, 2011, 02:36:35 PM
#0
alan_as
alan_as
Show alan_as's last posts.
Show general stats for alan_as.
Full Member
Posts: 1
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
March 07, 2011, 03:24:11 PM
#1
admin
admin
Show admin's last posts.
Show general stats for admin.
Administrator
Super Hero
Posts: 342
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
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Announcements
=> General Discussion
=> Programming Tips, Recommendded Readings, etc.
-----------------------------
Peer Support Forums
-----------------------------
=> GESBC-9302
=> GESBC-9260
=> GESBC-9G20
=> GESBC-2440
=> GESBC-9315
Loading...