Re: Time
Re: Time
- Subject: Re: Time
- From: John W Baxter <email@hidden>
- Date: Thu, 27 Sep 2001 16:51:50 -0700
At 23:29 +1000 9/27/2001, Timothy Bates wrote:
>
Under OS-X, use the unix cron service to schedule a call to your script.
After assuring that the Mac won't be sleeping at the appointed minute.
Or one could uncomment the running of at in the crontab file, and that will
assure that the machine won't be asleep (it will probably never sleep
again, which is at least one of the reasons the at is commented out). This
is the "old at" which needs to be run periodically from cron, not the "new
at" which runs as a daemon.
--John
--
John Baxter email@hidden Port Ludlow, WA, USA
References: | |
| >Re: Time (From: Timothy Bates <email@hidden>) |