Home
The Toolkit for Online Communities
15939 Community Members, 1 member online, 2376 visitors today
Log In Register

Forum OpenACS Development: Re: New Specification for Cron Package

OpenACS Home : Forums : OpenACS Development : Re: New Specification for Cron Package : One Message

+
Posted by Tom Jackson on

Philip, are you speaking of unix cron? This thread was about the cronjob package, not related to unix cron. However, to suspend a job, which runs under your user account, do:

crontab -e 

You will probably be in vi to edit, so 'arrow' down to the line you want to suspend and then type 'i', then '#', to comment out the line. then type ':wq' to save and exit.

In the cronjob package you can also disable a cronjob.