Last change
on this file since 121 was
121,
checked in by tabbott, 17 years ago
|
Move things around and add web interface support code.
|
File size:
369 bytes
|
Rev | Line | |
---|
[32] | 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 |
---|
[121] | 5 | UPDATE=/usr/sbin/remctl-update.sh |
---|
[32] | 6 | |
---|
[121] | 7 | @reboot root if [ -x "$UPDATE" ]; then nice -n10 "$UPDATE" all; fi |
---|
| 8 | * * * * */15 root if [ -x "$UPDATE" ]; then nice -n10 "$UPDATE" all; fi |
---|
[32] | 9 | |
---|
| 10 | # EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.