19 lines
381 B
Desktop File
19 lines
381 B
Desktop File
[Unit]
|
|
Description=Hair Gateway - 外网网关(反向代理到 worker 池)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ubuntu
|
|
WorkingDirectory=/home/ubuntu/hair
|
|
ExecStart=/home/ubuntu/hair/venv/bin/uvicorn gateway.app:app --host 127.0.0.1 --port 8080
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
# 日志
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|