Add shutdown update that uses graceful shutdown and depends on a specific nnd-s6-services version
This commit is contained in:
parent
674213c5ec
commit
01699c0545
@ -1,8 +1,8 @@
|
|||||||
# Contributor: Alex Denes <caskd@redxen.eu>
|
# Contributor: Alex Denes <caskd@redxen.eu>
|
||||||
# Maintainer: Alex Denes <caskd@redxen.eu>
|
# Maintainer: Alex Denes <caskd@redxen.eu>
|
||||||
pkgname=nnd-s6-linux-init
|
pkgname=nnd-s6-linux-init
|
||||||
pkgver=1.6.3
|
pkgver=1.6.4
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Skeleton for nnd-s6-services and symlinks"
|
pkgdesc="Skeleton for nnd-s6-services and symlinks"
|
||||||
url="none"
|
url="none"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
@ -41,7 +41,7 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_default() {
|
_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"
|
local base="/etc/s6-linux-init"
|
||||||
amove "$base/current"
|
amove "$base/current"
|
||||||
|
@ -14,4 +14,4 @@
|
|||||||
### uncomment the following line:
|
### uncomment the following line:
|
||||||
# exec >/dev/console 2>&1
|
# 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