Skip to content

Instantly share code, notes, and snippets.

@s10e-g
Created March 5, 2016 08:03
Show Gist options
  • Save s10e-g/533096fddd8b717a18ce to your computer and use it in GitHub Desktop.
Save s10e-g/533096fddd8b717a18ce to your computer and use it in GitHub Desktop.
shadowsocks@.service
[Unit]
Description=Shadowsocks Client Service
After=network.target
[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/ss-local -c /etc/shadowsocks/%i.json -Au
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment