Add shutdown update that uses graceful shutdown and depends on a specific nnd-s6-services version

This commit is contained in:
Alex D. 2024-12-13 15:11:49 +00:00
parent 674213c5ec
commit 01699c0545
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 4 additions and 4 deletions

View File

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

View File

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