mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
7 lines
166 B
Bash
Executable File
7 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export HOME=/home/reddit
|
|
cd $HOME/reddit/r2
|
|
exec 2>&1
|
|
exec setuidgid reddit /usr/local/bin/paster run run.ini r2/lib/db/queries.py -c "run_new_comments()"
|