1
0

Accepting request 832599 from home:hillwood:branches:server:proxy

- Fix shadowsocks-libev-tunnel.service
- Add some systemd profiles

OBS-URL: https://build.opensuse.org/request/show/832599
OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-libev?expand=0&rev=43
This commit is contained in:
2020-09-06 11:57:23 +00:00
committed by Git OBS Bridge
parent 03157e3531
commit 6b4bfada4c
8 changed files with 107 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Daemon to start Shadowsocks-libev-tunnel
Wants=network-online.target
After=network.target
[Service]
Type=forking
PIDFile=/var/run/shadowsocks-libev-tunnel@%i.pid
ExecStart=/usr/bin/ss-tunnel -c /etc/shadowsocks/%i.json -f /var/run/shadowsocks-libev-tunnel@%i.pid -u --fast-open
Restart=on-failure
[Install]
WantedBy=multi-user.target