summarylogtreecommitdiffstats
path: root/shadowsocks-rust-server@.service
blob: fb14e8e54c252994c2c856ee3f09d848d6709acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Shadowsocks-Rust Server Service
After=network.target

[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/ssserver-rust -c /etc/shadowsocks/%i.json

[Install]
WantedBy=multi-user.target