Files
smsweb/sms_receiver.service
OpenClaw Agent a308989c3b 修复详情页返回逻辑: 根据来源页面智能返回
Changes:
- 详情页从哪里来就回哪里去
- 统计信息页点击详情后返回统计信息页
- 列表页点击详情后返回列表页
- 使用 request.referrer 自动追踪来源页面
2026-02-07 00:29:26 +00:00

18 lines
442 B
Desktop File

[Unit]
Description=SMS Receiver Web Service
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/.openclaw/workspace/sms-receiver
Environment="PYTHONUNBUFFERED=1"
ExecStart=/usr/bin/python3 app.py
Restart=always
RestartSec=5
StandardOutput=append:/root/.openclaw/workspace/sms-receiver/sms_receiver.log
StandardError=append:/root/.openclaw/workspace/sms-receiver/sms_receiver.log
[Install]
WantedBy=multi-user.target