Update to cgroupv2 and move mount

This commit is contained in:
Alex D. 2023-02-01 08:10:53 +00:00
parent 4ece709e43
commit 09b6859465
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
8 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=2.5
pkgrel=1
pkgver=2.6
pkgrel=0
pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils"
builddir="$srcdir/"

View File

@ -1 +0,0 @@
devices,cpu,memory,blkio,cpuset,cpuacct

View File

@ -0,0 +1 @@
rw,nosuid,nodev,noexec,relatime,nsdelegate

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
export DEST /dev/cgroup
export DEST /sys/fs/cgroup
exec /usr/libexec/nnd/s6/umount

View File

@ -1,6 +1,6 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/mount.dev-cgroup
export DEST /dev/cgroup
s6-envdir -i /etc/s6/env/mount.sys-fs-cgroup
export DEST /sys/fs/cgroup
export FSTYPE cgroup2
exec /usr/libexec/nnd/s6/mount