mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-01 10:14:57 -05:00
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /home/reddit/reddit/r2
|
|
exec 2>&1
|
|
exec setuidgid reddit /usr/local/bin/paster serve run.ini http_port=8002 |