docs: add production and manual start instructions for system services

This commit is contained in:
bsiggel
2026-03-08 18:49:08 +00:00
parent 82b48eee8e
commit 9e7e163933

View File

@@ -464,6 +464,26 @@ REDIS_PORT=6379
### Start System
**Production (systemd):**
```bash
# Restart services
sudo systemctl restart motia.service
sudo systemctl restart iii-console.service
# Check status
sudo systemctl status motia.service
sudo systemctl status iii-console.service
# View real-time logs
journalctl -u motia.service -f
journalctl -u iii-console.service -f
# Enable auto-start on boot
sudo systemctl enable motia.service
sudo systemctl enable iii-console.service
```
**Manual (Development):**
```bash
# Start iii Engine
cd /opt/motia-iii/bitbylaw