Searched refs:schedule (Results 1 - 1 of 1) sorted by relevance

/pkg/src/svc/
H A Dsvc-pkg-mirror113 # schedule, we randomize the day, choosing a value from 1-28, storing
121 schedule=$($SVCPROP -p config/crontab_period $SMF_FMRI \
129 echo "$schedule" | $AWK '
145 new_schedule=$(echo "$schedule" | $SED -e "s/random/$RAND/1")
146 if [ "$new_schedule" != "$schedule" ]; then
148 # Save the schedule in the instance. Note that this
171 typeset -f schedule=$(add_date_jitter | $SED -e 's/\\//g')
208 add_cronjob $SMF_FMRI "$schedule" \

Completed in 619 milliseconds