[Unit] Description=OKX ETH nextgen micro live executor After=network-online.target Wants=network-online.target [Service] Type=simple WorkingDirectory=/opt/okx-codex-trader EnvironmentFile=/etc/okx-codex-trader/okx.env Environment=PYTHONUNBUFFERED=1 ExecStart=/opt/okx-codex-trader/.venv/bin/python scripts/run_eth_nextgen_micro_executor.py --submit-live --confirm-live Restart=always RestartSec=300 User=okxbot Group=okxbot NoNewPrivileges=true PrivateTmp=true ProtectSystem=full ReadWritePaths=/opt/okx-codex-trader/var [Install] WantedBy=multi-user.target