How about using the server cron process? I use this on CentOs and it works perfectly.
To edit crontab, type: crontab -e In the crontab file, insert this line: @reboot /usr/local/bin/python2.7 /path/to/your/web2py/dir/web2py.py -p 8000 -a '<recycle>' --nogui --no-banner The -p parameter specifies the port number. HTH -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

