mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +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"]
|
run [opt_bin/"tracker-server"]
|
||||||
keep_alive true
|
keep_alive true
|
||||||
working_dir var/"agent-tracker"
|
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"
|
log_path var/"log/agent-tracker-server.log"
|
||||||
error_log_path var/"log/agent-tracker-server.log"
|
error_log_path var/"log/agent-tracker-server.log"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue