Files
shadowsocks-rust/debian/shadowsocks-rust.service
wevsty 17ae98899d update service file use ssservice.
remove some wrong parameters.
2022-01-03 22:46:10 +08:00

22 lines
520 B
Desktop File

# This file is part of shadowsocks-rust.
#
# This file is default for Debian packaging. See also
# /etc/default/shadowsocks-rust for environment variables.
[Unit]
Description=Shadowsocks-rust Default Server Service
Documentation=https://github.com/shadowsocks/shadowsocks-rust
After=network.target
[Service]
Type=simple
EnvironmentFile=/etc/default/shadowsocks-rust
User=nobody
Group=nogroup
LimitNOFILE=32768
ExecStart=/usr/bin/ssservice server -c ${CONFFILE} ${DAEMON_ARGS}
[Install]
WantedBy=multi-user.target