Ignore:
Timestamp:
Oct 7, 2007, 5:46:55 PM (17 years ago)
Author:
tabbott
Message:

Move things around and add web interface support code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remctl-auto/sipb-xen-remctl-auto/files/etc/cron.d/sipb-xen-remctl-auto

    r32 r121  
    33PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
    44MAILTO=root
     5UPDATE=/usr/sbin/remctl-update.sh
    56
    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
     7@reboot         root    if [ -x "$UPDATE" ]; then nice -n10 "$UPDATE" all; fi
     8* * * * */15       root    if [ -x "$UPDATE" ]; then nice -n10 "$UPDATE" all; fi
    89
    910# EOF
Note: See TracChangeset for help on using the changeset viewer.