summarylogtreecommitdiffstats
path: root/shadowsocks-libev-tunnel@.service
blob: 20b06f4c5961a84da41c9fdd013b584ee8b0b384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Shadowsocks-Libev Client Service Tunnel Mode
After=network-online.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