Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit b80bb63

Browse files
committed
Default socket in sub-dir mount
1 parent 0339ed6 commit b80bb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/datum-cloud/galactic-agent/api/local"
1717
)
1818

19-
const DEFAULT_SOCKET_PATH = "/var/run/galactic-agent.sock"
19+
const DEFAULT_SOCKET_PATH = "/var/run/galactic/agent.sock"
2020

2121
type LocalServer struct {
2222
local.UnimplementedLocalServer

0 commit comments

Comments
 (0)