sync data for generated DB

This commit is contained in:
Alex D. 2024-12-15 11:39:17 +00:00
parent fb48d6c214
commit f63f1dda25
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,8 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=3.25
pkgrel=2
pkgver=3.26
pkgrel=0
pkgdesc="Base services for s6"
depends="
s6-rc>=0.5.4

View File

@ -62,6 +62,10 @@ generate() {
error "Failed to compile current s6 database"
return "$?"
fi
if ! find "$S6_SV_PATH/current.$NAC" -print | forstdin -pE file sync '${file}'; then
error "Failed to sync data to disk"
return "$?"
fi
}
swap() {