Created
November 12, 2015 09:45
-
-
Save churehill/e314049e00c5d2347b40 to your computer and use it in GitHub Desktop.
Shadowsocks Upstart Example Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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