Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install isotoma.recipe.crond

How to install isotoma.recipe.crond

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install isotoma.recipe.crond
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.0.1 Available View build log
Windows (64-bit)
0.0.1 Available View build log
Mac OS X (10.5+)
0.0.1 Available View build log
Linux (32-bit)
0.0.1 Available View build log
Linux (64-bit)
0.0.1 Available View build log
 
Author
License
Apache Software License
Dependencies
Lastest release
version 0.0.1 on Jan 5th, 2011

This package provides buildout recipes for the configuration of cron jobs. It creates files that are suitable for use in /etc/cron.d.

We use the system cron, so this recipe will not install cron for you. If you wish to install cron, use zc.recipe.cmmi perhaps.

Mandatory Parameters

command The command to run from cron. Cron can't handle multi-line commands, so n will become ' '. script Instead of command you can provide a script inline that will be saved to disk and run in the cronjob. user The account to run the command under location Where to write the cron entry to

Time Parameters

at One of 'reboot', 'yearly', 'monthly', 'weekly', 'daily', 'midnight' or 'hourly' minute Any integer from 0 to 59 hour Any integer from 0 to 23 day Any integer from 1 to 31 (must be a valid day if a month is specified) month Any integer from 1 to 12, or the short name of the month such as 'jan' day-of-week Any integer from 0 to 7 (where 0 and 7 are Sunday), or a short name such as 'mon'

You must specify at least one of the above. You can use normal cron notation here too.

Optional Parameters

environment-vars Prepare the environment that your cron job will run under, for example setting PYTHONPATH comments Any comments made will be prefixed with '#' and included in the generated files.

Repository

This software is available from our recipe repository on github.

License

Copyright 2010 Isotoma Limited

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:4

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.