14 lines
339 B
Desktop File
14 lines
339 B
Desktop File
[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
|