Created
October 31, 2013 11:58
-
-
Save larryli/7248515 to your computer and use it in GitHub Desktop.
shadowsocks-local service configuration of upstart
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
# ~/.config/upstart/shadowsocks-local.conf | |
description "ShadowSocks Local Service" | |
author "Larry Li <[email protected]>" | |
# start/stop/restart/status shadowsocks-local | |
start on starting xsession-init | |
exec ~/bin/shadowsocks-local -c=~/bin/config.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment