[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