fix(macOS): define acp_hermes_path for launchd plist template
This commit is contained in:
parent
04bf000c78
commit
21e0ab9628
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user