mirror of
https://github.com/RunLit/Bambu-Run.git
synced 2026-06-22 22:19:03 +01:00
* added mcp initial trail files * timestamp use your local django timezone * added bambu cloud task sync with correct endpoint other than py cloud api * back fill and relink print name using cloud if there is * use correct bump-version
16 lines
384 B
Desktop File
16 lines
384 B
Desktop File
[Unit]
|
|
Description=Bambu-Run MCP Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
WorkingDirectory={{REPO_DIR}}
|
|
EnvironmentFile={{REPO_DIR}}/.env
|
|
Environment=DJANGO_SETTINGS_MODULE=standalone.settings
|
|
ExecStart={{VENV_DIR}}/bin/python standalone/manage.py bambu_mcp_server --transport sse --host 0.0.0.0 --port 8808
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=default.target
|