Skip to content

Instantly share code, notes, and snippets.

@wonderbeyond
Forked from ygmpkk/sslocal.service
Last active November 27, 2017 15:36
Show Gist options
  • Save wonderbeyond/d676c7a995814b53195fd8b8a77f0ad5 to your computer and use it in GitHub Desktop.
Save wonderbeyond/d676c7a995814b53195fd8b8a77f0ad5 to your computer and use it in GitHub Desktop.
ShadowSocks Client Systemd Service
[Unit]
Description=Shadowsocks Local Client
After=network.target
[Service]
ExecStart=/usr/bin/sslocal -c /home/wonder/.config/shadowsocks.json
Restart=on-abort
[Install]
WantedBy=multi-user.target
@wonderbeyond
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment