- Add deployment structure normalization step after tar extraction
- If net10.0 subdirectory exists, move its contents to deployment root
- Create corrected systemd service file (quantengine.service)
- Fixes issue where .NET DLLs were incorrectly placed in net10.0 subdirectory
This ensures compatibility with existing ExecStart path in systemd service:
ExecStart=/usr/bin/dotnet /path/to/QuantEngine.Web.dll
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>