mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/sh -xe
|
|
while true; do python manage.py process_user_activity; sleep 1; done
|