diff options
Diffstat (limited to 'source/wg_shadowsocks.rst')
-rw-r--r-- | source/wg_shadowsocks.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/wg_shadowsocks.rst b/source/wg_shadowsocks.rst index d0c9cda..7fa418a 100644 --- a/source/wg_shadowsocks.rst +++ b/source/wg_shadowsocks.rst @@ -90,3 +90,10 @@ larger than 1376. On Gentoo the line ``mtu_wg0="1376"`` does not work out of the box. The possible fix can be found here: https://forums.gentoo.org/viewtopic-t-1152029-start-0.html. + +On ``systemd`` system like Arch you can install ``extra/shadowsocks-rust`` +package, place ``config.json`` file as ``/etc/shadowsocks/mysocks.json`` and run +it like this:: + + systemctl enable shadowsocks-rust@mysocks.service + systemctl start shadowsocks-rust@mysocks.service |