|
Last change
on this file since 2916 was
121,
checked in by tabbott, 18 years ago
|
|
Move things around and add web interface support code.
|
|
File size:
369 bytes
|
| Line | |
|---|
| 1 | # /etc/cron.d/sipb-xen-remctl-auto: crontab entries for the sipb-xen-remctl-auto package |
|---|
| 2 | |
|---|
| 3 | PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |
|---|
| 4 | MAILTO=root |
|---|
| 5 | UPDATE=/usr/sbin/remctl-update.sh |
|---|
| 6 | |
|---|
| 7 | @reboot root if [ -x "$UPDATE" ]; then nice -n10 "$UPDATE" all; fi |
|---|
| 8 | * * * * */15 root if [ -x "$UPDATE" ]; then nice -n10 "$UPDATE" all; fi |
|---|
| 9 | |
|---|
| 10 | # EOF |
|---|
Note: See
TracBrowser
for help on using the repository browser.