[Unit] Description=Shadowsocks-Rust Client Documentation=https://github.com/shadowsocks/shadowsocks-rust After=network.target [Service] Type=simple ExecStart=/usr/local/bin/sslocal -c /etc/shadowsocks-rust/client.json Restart=on-failure RestartSec=5 LimitNOFILE=51200 [Install] WantedBy=multi-user.target