Skip to content

Instantly share code, notes, and snippets.

@svkoh
Created October 31, 2017 09:10
Show Gist options
  • Save svkoh/6e1ae49ce46c6e248a8192cdadc68c21 to your computer and use it in GitHub Desktop.
Save svkoh/6e1ae49ce46c6e248a8192cdadc68c21 to your computer and use it in GitHub Desktop.
koh's gist
[Unit]
Description=Daemon to start Shadowsocks Client
Wants=network-online.target
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/ss-local -c /etc/shadowsocks-libev/config.json
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment