[Unit] Description=Local Installer Agent After=network.target [Service] WorkingDirectory=/opt/local-installer-agent ExecStart=/opt/local-installer-agent/venv/bin/python -m uvicorn app.main:app --host ${AGENT_HOST} --port ${AGENT_PORT} Restart=always User=root EnvironmentFile=/etc/local-installer-agent/agent.env [Install] WantedBy=multi-user.target