fix(macOS): define acp_hermes_path for launchd plist template

This commit is contained in:
Haitao Pan 2026-06-21 18:41:02 +08:00
parent 04bf000c78
commit 21e0ab9628

View File

@ -15,6 +15,7 @@ acp_hermes_bridge_binary_path: /usr/local/bin/xworkmate-go-core
acp_hermes_home: "{{ ansible_env.HOME | default('/home/' + acp_hermes_service_user) }}"
acp_hermes_workdir: "{{ acp_hermes_home }}/hermes-agent"
acp_hermes_binary_path: "{{ acp_hermes_workdir }}/venv/bin/hermes"
acp_hermes_path: "/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin"
acp_hermes_args: acp
acp_hermes_xdg_config_home: "{{ acp_hermes_home }}/.config"
acp_hermes_xdg_state_home: "{{ acp_hermes_home }}/.local/state"