# Default settings for the vpp-maglev package. # This file is sourced by: # /lib/systemd/system/vpp-maglev.service # /lib/systemd/system/vpp-maglev-frontend.service # After editing, restart the relevant unit(s): # systemctl restart vpp-maglev # systemctl restart vpp-maglev-frontend # ---- maglevd --------------------------------------------------------------- # Path to the YAML configuration file. MAGLEV_CONFIG=/etc/vpp-maglev/maglev.yaml # gRPC listen address (default: :9090) #MAGLEV_GRPC_ADDR=:9090 # Log level: debug, info, warn, error (default: info) #MAGLEV_LOG_LEVEL=info # ---- maglev-frontend ------------------------------------------------------- # The web dashboard is installed but not enabled by default. Enable with # systemctl enable --now vpp-maglev-frontend # after reviewing the arguments below. # Command-line arguments passed to /usr/bin/maglev-frontend. At minimum # -server is required (comma-separated list of maglevd gRPC addresses). # -listen controls the HTTP bind address. See maglev-frontend(8). MAGLEV_FRONTEND_ARGS="-server localhost:9090 -listen=:8080"