source: trunk/packages/sipb-xen-remctl-auto/sipb-xen-remctl-auto/files/etc/cron.d/sipb-xen-remctl-auto @ 121

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
Line 
1# /etc/cron.d/sipb-xen-remctl-auto: crontab entries for the sipb-xen-remctl-auto package
2
3PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
4MAILTO=root
5UPDATE=/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.