We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
References: owncloud/ocis#4254 (Allow providing list of services not to start)
Until now if one wanted to use a custom version of a service, one needed to provide OCIS_RUN_SERVICES which is a list of all services to start.
OCIS_RUN_SERVICES
Now one can provide OCIS_EXCLUDE_RUN_SERVICES which is a list of only services not to start
OCIS_EXCLUDE_RUN_SERVICES
Expects a comma separated list of service names. Will start all services except of the ones listed. Has no effect when OCIS_RUN_SERVICES is set.
@kobergj fyi
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
References: owncloud/ocis#4254 (Allow providing list of services not to start)
Until now if one wanted to use a custom version of a service, one needed to provide
OCIS_RUN_SERVICES
which is a list of all services to start.Now one can provide
OCIS_EXCLUDE_RUN_SERVICES
which is a list of only services not to startExpects a comma separated list of service names.
Will start all services except of the ones listed. Has no effect when OCIS_RUN_SERVICES is set.
@kobergj fyi
The text was updated successfully, but these errors were encountered: