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