mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 06:18:08 -05:00
These are still deprecated, but they are necessary to keep running if you installed before the Natty installer.
8 lines
184 B
Bash
Executable File
8 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ulimit -n 32768
|
|
|
|
cd ~reddit
|
|
exec 2>&1
|
|
exec /usr/sbin/haproxy -f /home/reddit/srv/haproxy/haproxy.conf
|