shadowsocks-libev: services should be quiet if everything is fine
This commit is contained in:
parent
edb35689a2
commit
de14188bf1
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec chpst -u shadowsocks:shadowsocks ss-local -c /etc/shadowsocks-libev/config.json
|
||||
exec chpst -u shadowsocks:shadowsocks ss-local -c /etc/shadowsocks-libev/config.json 1>/dev/null
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec chpst -u shadowsocks:shadowsocks ss-server -c /etc/shadowsocks-libev/config.json
|
||||
exec chpst -u shadowsocks:shadowsocks ss-server -c /etc/shadowsocks-libev/config.json 1>/dev/null
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'shadowsocks-libev'
|
||||
pkgname=shadowsocks-libev
|
||||
version=3.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pcre=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="pkg-config asciidoc xmlto"
|
||||
|
|
Loading…
Reference in a new issue