Skip to content

Instantly share code, notes, and snippets.

@Nill-R
Last active October 5, 2022 18:27
Show Gist options
  • Save Nill-R/b29b95f623d4da1a23175a0392c00eb6 to your computer and use it in GitHub Desktop.
Save Nill-R/b29b95f623d4da1a23175a0392c00eb6 to your computer and use it in GitHub Desktop.
[Unit]
Description=Shadowsocks-rust Default Server Service
Documentation=https://github.com/shadowsocks/shadowsocks-rust
After=network.target
[Service]
Type=simple
DynamicUser=yes
LimitNOFILE=32768
ExecStart=/usr/local/bin/ssserver --config /etc/shadowsocks-rust/config.json --log-without-time
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment