Skip to content

Commit

Permalink
update to latest skaware.
Browse files Browse the repository at this point in the history
use notification-fd instead of s6-notifywhenup, s6-supervise includes it in its core. Preserve with-notifywhenup utility until s6-notifywhenup is effectively removed from s6 package.
  • Loading branch information
glerchundi committed Jun 18, 2015
1 parent 53f2fe8 commit 8829138
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/build-latest
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 0 additions & 1 deletion builder/overlay-rootfs/etc/s6/services/s6-fdholderd/run
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions builder/overlay-rootfs/usr/bin/with-notifywhenup
Original file line number Diff line number Diff line change
@@ -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 ?
$@

0 comments on commit 8829138

Please sign in to comment.