Am 2006-04-30 15:54:38, schrieb Hugo Vanwoerkom:
> 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?
8<
#!/bin/bash
fnc()
{
sleep 300
YOUR_SCRIPT_HERE
}
Mumia W wrote:
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:
e
On Sun, Apr 30, 2006 at 11:23:36PM +0100, Magnus Therning wrote:
> On Sun, Apr 30, 2006 at 05:08:26PM -0500, Mumia W wrote:
> >Hugo Vanwoerkom wrote:
> >>e.g. 5 minutes after boot run a script.
> >>How would you do that?
> >
> >You could create a bootscript that uses the "at" command, like so;
> >
On Sun, Apr 30, 2006 at 05:08:26PM -0500, Mumia W wrote:
>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
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 | a
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
Anacron may be what your looking for( apt-getable). IIRC, It runs all
cron jobs that should have been run sin
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
7 matches
Mail list logo