Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2003 14:51:59 +0200
From:      crnholio <crnholio@gmx.ch>
To:        freebsd-questions@freebsd.org
Subject:   crontab question
Message-ID:  <20030509145159.2d620aad.crnholio@gmx.ch>

next in thread | raw e-mail | index | archive | help
hi list,

i have a simple question concerning crontab. i would like to execute a program every day at 0:45 o'clock and kill it at 6:00. this is the entry i made in /etc/crontab:

45      0      *       *       *       crnholio    program
0       6       *       *       *       crnholio    killall -9 program

well, it doesn't work and i guess i haven't understood how to enter the exact time into the file. could somebody please enlighten me? :)

thanks in advance,
crnholio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030509145159.2d620aad.crnholio>