Last active
October 5, 2022 18:27
-
-
Save Nill-R/b29b95f623d4da1a23175a0392c00eb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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