shadowsocks-rust: auto updated to 1.15.3-3

This commit is contained in:
Lilac 2023-05-15 06:29:19 +00:00
parent acbf9b3471
commit 6c4474b0c1
3 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[Unit]
Description=Shadowsocks-Rust Client Service
After=network.target
Wants=network-online.target
[Service]
Type=simple
DynamicUser=yes
NoNewPrivileges=yes
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_NET_ADMIN
ExecStart=/usr/bin/ssservice local --log-without-time -c /etc/shadowsocks-rust/%i.json
[Install]
WantedBy=multi-user.target