feat(#2569): wire HIVE_AGENT_SOCKET for the harness, mcp-http, and matrix services
This commit is contained in:
parent
0977006ec6
commit
ade7be46c2
3 changed files with 15 additions and 0 deletions
|
|
@ -219,6 +219,10 @@ in
|
|||
wants = [ "network-online.target" ];
|
||||
environment = {
|
||||
HIVE_MATRIX_SOCKET = "/run/hive-matrix/socket";
|
||||
# In-agent todo socket the harness serves (loose-ends v2): the
|
||||
# matrix sweep pushes unread-room + pending-invite todos here
|
||||
# instead of firing wakes at hive-c0re's mcp.sock.
|
||||
HIVE_AGENT_SOCKET = "/run/hive-agent/${userName}/agent.sock";
|
||||
RUST_LOG = "info";
|
||||
}
|
||||
# Homeserver URL: by default the daemon inherits the host-forwarded
|
||||
|
|
|
|||
Loading…
Reference in a new issue