15 lines
309 B
Desktop File
15 lines
309 B
Desktop File
[Unit]
|
|
Description=ITPP Ops Portal Backend
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/ops-portal
|
|
EnvironmentFile=/root/.hermes/.env
|
|
ExecStart=/opt/ops-portal/venv/bin/uvicorn server:app --host 127.0.0.1 --port 8090
|
|
Restart=unless-stopped
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|