diff options
| author | Ben Sima <ben@bensima.com> | 2026-06-04 14:51:16 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-06-04 14:51:16 -0400 |
| commit | 4fb839645f215bd33e0f5f131dd4cd3d65a94a3e (patch) | |
| tree | 6ba93ff19eefb006191ec4325e72c4b2f2ec3be6 /README.md | |
| parent | ff34f98e3adf7899fb3857eabb80471ca51f8156 (diff) | |
Deploy slopbot as user service
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 |
