mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
add PATH to agent-server service
This commit is contained in:
parent
73497bf78c
commit
df87eba027
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class AgentTrackerServer < Formula
|
|||
run [opt_bin/"tracker-server"]
|
||||
keep_alive true
|
||||
working_dir var/"agent-tracker"
|
||||
environment_variables PATH: "/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
||||
log_path var/"log/agent-tracker-server.log"
|
||||
error_log_path var/"log/agent-tracker-server.log"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue