summarylogtreecommitdiffstats
path: root/shadowsocks-libev-tunnel@.service
blob: 9fd469a6f23e453758f05b195d52c30e32b2e749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Shadowsocks-Libev Client Service Tunnel Mode
After=network.target

[Service]
Type=simple
User=nobody
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/ss-tunnel -c /etc/shadowsocks/%i.json

[Install]
WantedBy=multi-user.target