Skip to content
New issue

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

composeappmanager: Make app stopping configurable #379

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

mike-sul
Copy link
Contributor

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.

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]>
@mike-sul mike-sul requested a review from detsch December 12, 2024 10:40
@mike-sul mike-sul merged commit 04a6955 into v94 Dec 12, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants