On Mon, Jan 02, 2006 at 11:19:45AM +0000, david blunkett wrote:
> 
> Dear PHP users,
> 
> I am trying to write a php script that allows me to schedule jobs using the 
> at deamon (unix) for execution
> in the arbitrary future. I have everything working except that the default 
> login shell for apache (nologin)
> means that the at deamon fails to execute the command.
> 
> If I run the at command as another (not apache) user or change the apache 
> login script to bash then
> everything works fine.

Just use cron.

Curt.
-- 
cat .signature: No such file or directory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to