You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: