makedeb
A Rust port of shadowsocks https://shadowsocks.org/ (binary version)
Viewing /shadowsocks-rust-server@.service
.
Click here to go back to the Git tree for shadowsocks-rust-bin.
[Unit]
Description=Shadowsocks-Rust Server Service
After=network.target
[Service]
Type=simple
DynamicUser=yes
ExecStart=/usr/bin/ssserver -c /etc/shadowsocks/%i.json --log-without-time
[Install]
WantedBy=multi-user.target