18 lines
345 B
SYSTEMD
18 lines
345 B
SYSTEMD
[Unit]
|
|
Description=Feishu Huobanyun
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/feishu-huobanyun
|
|
Environment=APP_MODULE=app.main:app
|
|
Environment=HOST=0.0.0.0
|
|
Environment=PORT=12123
|
|
Environment=LOG_LEVEL=info
|
|
ExecStart=/opt/feishu-huobanyun/scripts/start.sh
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|