Skip to content

Instantly share code, notes, and snippets.

@churehill
Created November 12, 2015 09:45
Show Gist options
  • Save churehill/e314049e00c5d2347b40 to your computer and use it in GitHub Desktop.
Save churehill/e314049e00c5d2347b40 to your computer and use it in GitHub Desktop.
Shadowsocks Upstart Example Script
# Ubuntu upstart file at /etc/init/sss.conf
description "Shadowsocks Server"
author "tpircsboy"
start on runlevel [2345]
stop on shutdown
respawn
respawn limit 10 5
exec /usr/local/bin/ssserver -c /etc/shadowsocks.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment