Compare commits
2 Commits
674213c5ec
...
fb48d6c214
Author | SHA1 | Date | |
---|---|---|---|
fb48d6c214 | |||
01699c0545 |
@ -1,3 +1,7 @@
|
||||
# Required to only replace this table alone
|
||||
table inet nnd-base;
|
||||
delete table inet nnd-base;
|
||||
|
||||
table inet nnd-base {
|
||||
include "inet/nnd-base/sets/*";
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/sbin/nft -f
|
||||
|
||||
flush ruleset;
|
||||
|
||||
include "*/*/table";
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Contributor: Alex Denes <caskd@redxen.eu>
|
||||
# Maintainer: Alex Denes <caskd@redxen.eu>
|
||||
pkgname=nnd-s6-linux-init
|
||||
pkgver=1.6.3
|
||||
pkgrel=0
|
||||
pkgver=1.6.4
|
||||
pkgrel=1
|
||||
pkgdesc="Skeleton for nnd-s6-services and symlinks"
|
||||
url="none"
|
||||
arch="noarch"
|
||||
@ -41,7 +41,7 @@ package() {
|
||||
}
|
||||
|
||||
_default() {
|
||||
depends="$depends nnd-s6-linux-init s6-linux-init>=1.1.2.0"
|
||||
depends="$depends nnd-s6-linux-init nnd-s6-services>=3.18 s6-linux-init>=1.1.2.0"
|
||||
|
||||
local base="/etc/s6-linux-init"
|
||||
amove "$base/current"
|
||||
|
@ -14,4 +14,4 @@
|
||||
### uncomment the following line:
|
||||
# exec >/dev/console 2>&1
|
||||
|
||||
exec s6-rc -v2 -bDa -t 60000 change
|
||||
exec s6-rc -v2 -bD -t 60000 change bundle.graceful-shutdown
|
||||
|
Loading…
Reference in New Issue
Block a user