mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
12 lines
No EOL
303 B
SYSTEMD
12 lines
No EOL
303 B
SYSTEMD
[Unit]
|
|
Description=Shadowsocks-Libev Custom Manager Service for %I
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
ExecStart=/usr/bin/ss-manager -c /etc/shadowsocks-libev/%i.json
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |