-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow providing list of services not to start
Signed-off-by: jkoberg <jkoberg@owncloud.com>
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: 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 start | ||
|
||
https://github.com/owncloud/ocis/pull/4254 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters