fix(litellm): add PATH to systemd unit to expose prisma-client-py
This commit is contained in:
parent
1d8516d160
commit
c1cb19b59b
@ -10,6 +10,7 @@ WorkingDirectory={{ litellm_service_home }}
|
||||
EnvironmentFile={{ litellm_env_file }}
|
||||
Environment=PYTHONPATH={{ litellm_service_home }}/.local/lib/python3.12/site-packages
|
||||
Environment=PYTHONUSERBASE={{ litellm_service_home }}/.local
|
||||
Environment=PATH={{ litellm_service_home }}/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
ExecStart={{ litellm_service_home }}/.local/bin/litellm --host {{ litellm_listen_host }} --port {{ litellm_listen_port }} --config {{ litellm_config_file }}
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user