summaryrefslogtreecommitdiff
blob: 58d934bdb1d1a66a625edf9f15357811256ccf84 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Shadowsocks-Libev Server Service for %I
After=network.target

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

[Install]
WantedBy=multi-user.target