Make the update verbose and add tcp_ecn sysctl to base
This commit is contained in:
parent
b7d3c4e70f
commit
f786a3db10
@ -3,8 +3,8 @@
|
||||
. ../../APKBUILD.template
|
||||
|
||||
pkgname=nnd-s6-services
|
||||
pkgver=2.90
|
||||
pkgrel=0
|
||||
pkgver=2.91
|
||||
pkgrel=1
|
||||
pkgdesc="Base services for s6"
|
||||
depends="s6-rc s6-portable-utils s6-linux-utils"
|
||||
builddir="$srcdir/"
|
||||
|
@ -78,7 +78,7 @@ swap() {
|
||||
}
|
||||
|
||||
update() {
|
||||
if ! s6-rc-update -l "$S6_LIVE_PATH" "$S6_SV_PATH/current.$(DB_FRESH_NAC)"; then
|
||||
if ! s6-rc-update -v2 -l "$S6_LIVE_PATH" "$S6_SV_PATH/current.$(DB_FRESH_NAC)"; then
|
||||
error "Failed to update live state of the database"
|
||||
return "$?"
|
||||
fi
|
||||
|
4
main/nnd-s6-services/rc/sysctl.net-ipv4-tcp_ecn/down
Normal file
4
main/nnd-s6-services/rc/sysctl.net-ipv4-tcp_ecn/down
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
export VAL 2
|
||||
export SYSCTL net/ipv4/tcp_ecn
|
||||
/usr/libexec/nnd/s6/sysctl
|
1
main/nnd-s6-services/rc/sysctl.net-ipv4-tcp_ecn/type
Normal file
1
main/nnd-s6-services/rc/sysctl.net-ipv4-tcp_ecn/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
8
main/nnd-s6-services/rc/sysctl.net-ipv4-tcp_ecn/up
Normal file
8
main/nnd-s6-services/rc/sysctl.net-ipv4-tcp_ecn/up
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/execlineb -P
|
||||
importas -i XDG_CONFIG_HOME XDG_CONFIG_HOME
|
||||
|
||||
export VAL 1
|
||||
s6-envdir -I ${XDG_CONFIG_HOME}/s6/env/sysctl.net-ipv4-tcp_ecn
|
||||
|
||||
export SYSCTL net/ipv4/tcp_ecn
|
||||
/usr/libexec/nnd/s6/sysctl
|
Loading…
Reference in New Issue
Block a user