Changes: - 详情页从哪里来就回哪里去 - 统计信息页点击详情后返回统计信息页 - 列表页点击详情后返回列表页 - 使用 request.referrer 自动追踪来源页面
18 lines
442 B
Desktop File
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
|