Merge 61fbeb7851
into 2ab8c6bf5d
This commit is contained in:
commit
d912058d30
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -90,3 +90,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…
Add table
Reference in a new issue