mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
These are still deprecated, but they are necessary to keep running if you installed before the Natty installer.
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec 2>&1
|
|
exec /usr/bin/memcached -m512 -p11211 -U11211 -C -c10000 -u reddit -Bauto
|