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
Hi, I'm currently leveraging the devenv up -d command to run detached processes and services. However, there does not seem to be a clear way to stop and shutdown theses processes and services. I was able to stop our process with devenv processes down, but this did not shutdown the postgres or redis service defined with services. It would be nice if there was an equivalent command to devenv up -d to also stop all running detached processes and services. Additionally, I'm new to learning nix and devenv so if there is an alternative or preferred way to shutdown these detached services please let me know. Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm currently leveraging the
devenv up -d
command to run detached processes and services. However, there does not seem to be a clear way to stop and shutdown theses processes and services. I was able to stop our process withdevenv processes down
, but this did not shutdown the postgres or redis service defined with services. It would be nice if there was an equivalent command todevenv up -d
to also stop all running detached processes and services. Additionally, I'm new to learning nix and devenv so if there is an alternative or preferred way to shutdown these detached services please let me know. Thanks!The text was updated successfully, but these errors were encountered: