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
feat(sdk): Add /run socket paths for compatibility
Add /run/*.sock and /run/dstack/*.sock to the socket path search list
in all SDKs (Rust, Python, JS, Go). This ensures compatibility with
systemd socket activation which uses /run instead of /var/run.
Search order (legacy paths first for backward compatibility):
1. /var/run/*.sock (legacy path)
2. /run/*.sock (modern systemd path)
3. /var/run/dstack/*.sock (namespaced legacy)
4. /run/dstack/*.sock (namespaced modern)
0 commit comments