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
contrib/systemd/labgrid-exporter: make service restart always and indefinitely
The exporter sets reexec=True for known errors only. If other errors
occur (e.g. network issues), the exporter exits with 0.
So set Restart=always to make sure even these exit conditions lead to a
restarted exporter. Drop the now redundant RestartForceExitStatus. Add
StartLimitIntervalSec=0 to make it restart indefinitely.
Signed-off-by: Bastian Krause <[email protected]>
0 commit comments