]> scripts.mit.edu Git - www/raw.git/blob - cron/40.mdwn
Import from TextPattern
[www/raw.git] / cron / 40.mdwn
1 [[!meta title="MIT SIPB Scheduled Jobs Service (Cron)"]]
2 The scheduled jobs service uses
3 [cron](http://www.google.com/search?q=cron) to allow people to set
4 up scripts to run at certain times. Although this service has been
5 designed with reliability in mind, it should not be used to run
6 critical applications that cannot tolerate downtime.
7
8 #### **To sign up for the service:**
9
10 athena% add scripts  
11 athena% signup-cron
12
13 (If you are confused about how to run the above commands on Athena,
14 e-mail scripts@mit.edu for assistance. You must have an
15 [Athena account](http://web.mit.edu/olh/Register/) and understand
16 the
17 [MITnet rules of use](http://web.mit.edu/olh/Welcome/rules.html) in
18 order to use the service.)
19
20 This signup process will create a **cron\_scripts** directory and
21 place a sample crontab file in it. This provided crontab contains
22 some information that should help you get started. Changes to your
23 crontab will never take effect until you explicitly load your
24 crontab. You can do so by changing to the `cron_scripts` directory
25 and running `cronload crontab` (if you do so from Athena, make sure
26 you have previously run `add scripts` in your login shell).
27
28 Finally, add yourself to the
29 [scripts-announce mailing list](https://mailman.mit.edu/mailman/listinfo/scripts-announce)
30 if you would like to receive announcements of major service changes
31 and outages. This list receives less than one e-mail per month on
32 average.
33
34 For more information, see our list of
35 [Frequently Asked Questions](../faq/).
36
37
38