Created
July 4, 2018 14:56
-
-
Save xuanyu-h/9b1fc51053ea28715e93722bd14a07d6 to your computer and use it in GitHub Desktop.
shadowsocks.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 | |
[Service] | |
TimeoutStartSec=0 | |
ExecStart=/usr/local/bin/ssserver -c /usr/etc/shadowsocks.json | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment