Last change
on this file since 32 was
32,
checked in by tabbott, 18 years ago
|
Initial revison of reasonable automatic remctl setup.
|
File size:
467 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 | |
---|
6 | @reboot root if [ -x /etc/remctl/sipb-xen-auto/remctl-update.sh ]; then nice -n10 /etc/remctl/sipb-xen-auto/remctl-update.sh all; fi |
---|
7 | * * * * */15 root if [ -x /etc/remctl/sipb-xen-auto/remctl-update.sh ]; then nice -n10 /etc/remctl/sipb-xen-auto/remctl-update.sh all; fi |
---|
8 | |
---|
9 | # EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.