To: | |
---|---|
Subject: | Re: [ts-7000] Re: How to start application at boot time on TS-7260 |
From: | william inocencio <> |
Date: | Thu, 3 Apr 2008 23:14:55 -0300 (ART) |
see ......... alexanchoragealaska <> escreveu:
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! __._,_.___
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe __,_._,___ |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: [ts-7000] Startup login and shell script, Jim Jackson |
---|---|
Next by Date: | [ts-7000] Re: data logging without flash fatigue, j.chitte |
Previous by Thread: | [ts-7000] Re: How to start application at boot time on TS-7260, alexanchoragealaska |
Next by Thread: | Re: [ts-7000] How to start application at boot time on TS-7260, Jim Jackson |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU
# update-rc.d -f my_script start 99 2 3 4 5 .
- start is the argument given to the script (start, stop).
- 99 is the start order of the script (1 = first one, 99= last one)
- 2 3 4 5 are the runlevels to start
More info in /etc/rcS.d/README
# update-rc.d -f my_script start 90 0 6 .
# update-rc.d -f my_script reboot 90 0 6 .
/etc/init.d/skeleton
$ runlevel