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

/pkg/src/svc/
H A Dsvc-pkg-server52 # if configured readonly & standalone, refresh the depot service,
55 standalone=$(svcprop -p pkg/standalone $SMF_FMRI)
56 if [[ "$readonly" == "true" ]] && [[ "$standalone" == "false" ]] && \
112 # if configured readonly & standalone, exit immediately as transient
117 standalone=$(svcprop -p pkg/standalone $SMF_FMRI)
119 if [[ "$readonly" == "true" ]] && [[ "$standalone" == "false" ]] && \
/pkg/src/
H A Ddepot-config.py602 which are marked as pkg/standalone = False and pkg/readonly = True."""
614 standalone = smf.get_prop(fmri, "pkg/standalone")
618 standalone == "false"):
623 "No online, readonly, non-standalone instances of "

Completed in 26 milliseconds