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
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
just like we have start dependencies we need stop dependencies
start dependencies make sure we don't start before the other processes are running and their test is ok.
we need same for stop but then after we stop the process itself
e.g. stop vm, then stop their flist, virtiofs daemon, ...