Update README.md
This commit is contained in:
parent
1222fb19a6
commit
61fbeb7851
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -84,3 +84,18 @@ Apache License
|
||||||
[PyPI version]: https://img.shields.io/pypi/v/shadowsocks.svg?style=flat
|
[PyPI version]: https://img.shields.io/pypi/v/shadowsocks.svg?style=flat
|
||||||
[Travis CI]: https://travis-ci.org/shadowsocks/shadowsocks
|
[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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue