diff --git a/ai-hub/app/api/routes/nodes.py b/ai-hub/app/api/routes/nodes.py index c6cb050..2893d02 100644 --- a/ai-hub/app/api/routes/nodes.py +++ b/ai-hub/app/api/routes/nodes.py @@ -443,6 +443,9 @@ 2. Make the runner script executable: `chmod +x run.sh` 3. Run: `./run.sh` +> **Note:** Want to run this automatically in the background on startup? +> Run `python3 bootstrap_installer.py --daemon` instead. + ### Windows 1. Double-click `run.bat`. @@ -493,6 +496,7 @@ fi echo "✅ Environment ready. Booting node..." + echo "💡 Tip: To install as a persistent background service (survives reboots), run: python3 bootstrap_installer.py --daemon" python3 -m agent_node.main else echo "❌ Error: No executable ('agent-node') or source code ('agent_node/') found in this bundle."