Add PATH to mcp-agent service for podman access

This commit is contained in:
2026-03-26 14:04:52 -07:00
parent f0f15fccb0
commit 71e6907a3c

View File

@@ -35,6 +35,7 @@
Environment = [
"HOME=/srv/mcp"
"XDG_RUNTIME_DIR=/run/user/%U"
"PATH=/run/current-system/sw/bin:/usr/local/bin"
];
NoNewPrivileges = true;