Update README.md

This commit is contained in:
cclinet 2017-04-23 20:31:26 +08:00 committed by GitHub
parent 1222fb19a6
commit 61fbeb7851

View file

@ -84,3 +84,18 @@ Apache License
[PyPI version]: https://img.shields.io/pypi/v/shadowsocks.svg?style=flat
[Travis CI]: https://travis-ci.org/shadowsocks/shadowsocks
# cat /usr/lib/systemd/system/shadowsocks@.service
[Unit]
Description=Shadowsocks Client Service
After=network.target
[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/sslocal -c /etc/shadowsocks/%i.json
[Install]
WantedBy=multi-user.target