Fulltext results:
- base-repo-get-service
- === base-repo-get-service ====== Loads a service configuration from the repository and outputs it to STDO... ===== Example ===== <code bash> # # get service config config=$(base-repo-get-service ${service}) if [ $? != 0 ]; then echo "ERROR loading service config for service '${service}'" >&2 exit 1 fi _debug "
- base-exec-superuser
- hod is defined by $RIGHT_ELEVATION in the service configuration and can be either ''pfexec'', ''su'' or ''
- base-repo-get-value
- ===== base-repo-get-value ====== Loads a service configuration from the repository and outputs a single v