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

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

[Install]
WantedBy=multi-user.target