diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -17,6 +17,19 @@ cp .env.example .env python main.py ``` +Deploy as a user-level systemd service: + +```bash +./deploy.sh +journalctl --user -u slopbot -f +``` + +To keep the user service running after logout, run once: + +```bash +sudo loginctl enable-linger $USER +``` + Get your `.zuliprc` from Zulip: Settings → Bots → your bot → download config. ## Architecture |
