shadowsocks-libev: services should be quiet if everything is fine

This commit is contained in:
whoami 2018-08-21 17:10:27 +03:00 committed by Helmut Pozimski
parent edb35689a2
commit de14188bf1
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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"