mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-05 12:15:28 -05:00
7 lines
184 B
Bash
Executable File
7 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PYTHON_EGG_CACHE=/home/reddit/.python-eggs
|
|
cd ~reddit/reddit/r2
|
|
exec 2>&1
|
|
exec setuidgid reddit /usr/local/bin/paster run run.ini r2/lib/db/query_queue.py -c "run()"
|