-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composeappmanager: Make app stopping configurable
Introduce a new configuration var, `[pacman].stop_apps_before_update`, to control whether apps should be forcibly stopped just before their update during an "app-only" update (when no OSTree update is involved). By default, this variable is set to true, meaning apps are stopped before their update even if no OSTree update occurs. If there is OSTree update too, then apps are stopped unconditionally; the new conf var is ignored. Signed-off-by: Mike Sul <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 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
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