mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-09 22:24:59 -05:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ulimit -n 32768
|
|
|
|
cd /usr/local/cassandra
|
|
exec 2>&1
|
|
exec setuidgid reddit bin/cassandra -f
|