Skip to content

Commit

Permalink
make sure notify checks are functional
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Feb 6, 2023
1 parent d065c7c commit 0fdcb99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion root-armhf/etc/s6-overlay/s6-rc.d/svc-splash/run
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ echo 'THIS IMAGE DOES NOT WORK ON ARMHF'
echo 'THIS IMAGE DOES NOT WORK ON ARMHF'
echo 'THIS IMAGE DOES NOT WORK ON ARMHF'

sleep infinity
s6-notifyoncheck -d -n 300 -w 1000 -c "exit 0" sleep infinity
3 changes: 2 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-kasmvnc/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

HOME="/config"

PERL5LIB=/usr/local/bin/ s6-setuidgid abc \
PERL5LIB=/usr/local/bin/ s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 6901" \
s6-setuidgid abc \
vncserver \
$DISPLAY \
-depth 24 \
Expand Down

0 comments on commit 0fdcb99

Please sign in to comment.