mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 06:48:01 -05:00
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
|