# Example environment file for the llama-swap systemd template unit. # # Copy it to the instance you intend to run, named after the user the daemon # should run as: # # cp /etc/default/llama-swap@.example /etc/default/llama-swap@alice # systemctl enable --now llama-swap@alice # # This file itself is never read by systemd — only llama-swap@ is. # REQUIRED. Absolute path to the llama-swap YAML config. The unit does not # default it: %h resolves to /root for system-manager units, so there is no # safe automatic value. LLAMA_SWAP_CONFIG=/home/alice/.config/llama-swap.yaml # Listener address. 127.0.0.1:PORT is localhost-only and is the unit default. # llama-swap performs no authentication of its own: only bind a routable # address if something in front of it authenticates. #LLAMA_SWAP_LISTEN=127.0.0.1:8080 # Extra CLI args appended to the command line. Examples: # --watch-config # auto-reload on config edits # --log-level debug #LLAMA_SWAP_EXTRA_OPTS=