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

fix(default-flatpaks): Implement limited automatic restart if service failed #356

Open
fiftydinar opened this issue Oct 28, 2024 · 0 comments

Comments

@fiftydinar
Copy link
Collaborator

fiftydinar commented Oct 28, 2024

Revert commit: #355

The issue with the previous setup was that infinite loop restarts could potentially happen (when user has no internet connection or similar), which is a no go (even with the restart limits set).

This is something I encountered for some unrelated systemd service I tested.

Information online about how systemd restart behaves in units is very confusing & conflicting, some say that some options are outdated, some undocumented, some non-working etc.

https://serverfault.com/questions/736624/systemd-service-automatic-restart-after-startlimitinterval

So to avoid potential bad scenario, restart on failure for default-flatpaks services is temporarily disabled.

Let's explore some working fix & work on this.

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

No branches or pull requests

1 participant