Skip to content

Instantly share code, notes, and snippets.

@RebieKong
Created April 18, 2018 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RebieKong/fbaa340e719a05edaecd3a1301553916 to your computer and use it in GitHub Desktop.
Save RebieKong/fbaa340e719a05edaecd3a1301553916 to your computer and use it in GitHub Desktop.
supervisor-conf-file
[program:shadowsocks]
directory = /
command = sslocal -s 1.1.1.1 -p 65536 -k password -m rc4-md5 -l 65536
autostart = true
startsecs = 15
autorestart = true
startretries = 3
user = nobody
redirect_stderr = true
stdout_logfile_maxbytes = 20MB
stdout_logfile_backups = 20
stdout_logfile = /var/log/shadowsocks/supervisor.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment