This commit is contained in:
2026-05-22 16:47:51 +07:00
parent 190d2418da
commit 582960cc32
39 changed files with 2307 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Local Installer Agent
After=network.target
[Service]
WorkingDirectory=/opt/local-installer-agent
ExecStart=/opt/local-installer-agent/venv/bin/python -m uvicorn app.main:app --host 127.0.0.1 --port 5010
Restart=always
User=root
EnvironmentFile=/etc/local-installer-agent/agent.env
[Install]
WantedBy=multi-user.target