Skip to content

Instantly share code, notes, and snippets.

@larryli
Created October 31, 2013 11:58
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 larryli/7248515 to your computer and use it in GitHub Desktop.
Save larryli/7248515 to your computer and use it in GitHub Desktop.
shadowsocks-local service configuration of upstart
# ~/.config/upstart/shadowsocks-local.conf
description "ShadowSocks Local Service"
author "Larry Li <larryli@qq.com>"
# 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