[Unit] Description=Claude OpenAI Bridge for Claude Code CLI After=network.target [Service] ExecStart=/usr/bin/python3 /opt/ai-os/products/ceo/scripts/claude_openai_bridge.py WorkingDirectory=/opt/ai-os/products/ceo/scripts Environment="BRIDGE_HOST=127.0.0.1" Environment="BRIDGE_PORT=20131" Environment="BRIDGE_UPSTREAM_BASE=http://127.0.0.1:20128/v1" Environment="BRIDGE_UPSTREAM_KEY=sk-510fc1a074de7dc3-t7s04p-899dd02a" Environment="BRIDGE_UPSTREAM_MODEL=default" Restart=always RestartSec=5 User=root [Install] WantedBy=multi-user.target