Closed xginn8 closed 5 hours ago
If a one-shot service is present (restart: no in the compose file), the supervisor will restart that service when it is itself restarted. I think that's not the right behavior, but it needs more investigation.
restart: no
[pipex] This issue has attached support thread https://jel.ly.fish/320101c2-509b-43b0-9902-1191020e1f2d
Fixed on https://github.com/balena-os/balena-supervisor/pull/1926
If a one-shot service is present (
restart: no
in the compose file), the supervisor will restart that service when it is itself restarted. I think that's not the right behavior, but it needs more investigation.