-
-
Save wonderbeyond/d676c7a995814b53195fd8b8a77f0ad5 to your computer and use it in GitHub Desktop.
ShadowSocks Client Systemd Service
This file contains hidden or 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
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also https://gist.github.com/guyskk/a9665bc6b2a89b73fae34678b1f6dc6b