mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-01 10:14:57 -05:00
These are still deprecated, but they are necessary to keep running if you installed before the Natty installer.
7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ulimit -n 32768
|
|
|
|
exec 2>&1
|
|
exec setuidgid reddit cassandra -f
|