Re: howto start something 5 mins after boot
- From: Mumia W <mumia.w.18.spam@xxxxxxxxxxxxx>
- Date: Sun, 30 Apr 2006 17:08:26 -0500
Hugo Vanwoerkom wrote:
Hi,
With crontab you can start things any time or day, but not in a relative way, e.g. 5 minutes after boot run a script.
How would you do that?
Thanks!
H
You could create a bootscript that uses the "at" command, like so;
/etc/init.d/mybootinit:
echo myscript | at now + 5 minutes
Of course you'd use update-rc.d to set the runlevels you want mybootinit to start in.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: howto start something 5 mins after boot
- From: Hugo Vanwoerkom
- Re: howto start something 5 mins after boot
- From: Magnus Therning
- Re: howto start something 5 mins after boot
- Prev by Date: Re: DPI setting
- Next by Date: Re: Re: messed up my X-windows in Etch
- Previous by thread: Re: DPI setting
- Next by thread: Re: howto start something 5 mins after boot
- Index(es):
Relevant Pages
|
|