[Unit] Description=SMS Receiver Web Service After=network.target [Service] Type=forking User=root WorkingDirectory=/root/.openclaw/workspace/sms-receiver ExecStart=/root/.openclaw/workspace/sms-receiver/sms_receiverctl.sh start ExecStop=/root/.openclaw/workspace/sms-receiver/sms_receiverctl.sh stop ExecReload=/root/.openclaw/workspace/sms-receiver/sms_receiverctl.sh restart PIDFile=/root/.openclaw/workspace/sms-receiver/sms_receiver.pid Restart=always RestartSec=5 [Install] WantedBy=multi-user.target