diff --git a/builder/build-latest b/builder/build-latest index c35dd60..c62d785 100755 --- a/builder/build-latest +++ b/builder/build-latest @@ -6,7 +6,7 @@ set -x ## PARAMS ## -RELEASE_VERSION=${RELEASE_VERSION:-1.11.0.0} +RELEASE_VERSION=${RELEASE_VERSION:-1.12.0.0} SKAWARE_VERSION=${RELEASE_VERSION%.*} PWD=$(pwd) diff --git a/builder/overlay-rootfs/etc/s6/services/s6-fdholderd/notification-fd b/builder/overlay-rootfs/etc/s6/services/s6-fdholderd/notification-fd new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/builder/overlay-rootfs/etc/s6/services/s6-fdholderd/notification-fd @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/builder/overlay-rootfs/etc/s6/services/s6-fdholderd/run b/builder/overlay-rootfs/etc/s6/services/s6-fdholderd/run index ae5ee87..e510430 100755 --- a/builder/overlay-rootfs/etc/s6/services/s6-fdholderd/run +++ b/builder/overlay-rootfs/etc/s6/services/s6-fdholderd/run @@ -1,4 +1,3 @@ #!/usr/bin/execlineb -P -s6-notifywhenup s6-envuidgid -D 32769:32769 daemon s6-fdholder-daemon -U -1 -i rules -- /var/run/s6/fdholderd-socket diff --git a/builder/overlay-rootfs/usr/bin/with-notifywhenup b/builder/overlay-rootfs/usr/bin/with-notifywhenup index 06a8c3f..c28b6f4 100755 --- a/builder/overlay-rootfs/usr/bin/with-notifywhenup +++ b/builder/overlay-rootfs/usr/bin/with-notifywhenup @@ -1,4 +1,5 @@ #!/usr/bin/execlineb -S0 +# DO NOT USE THIS, it's deprecated. Use a "notification-fd" file + s6-echo instead. foreground { s6-notifywhenup -f s6-echo } unexport ? $@