From 6afcd94a50a9a6522959cbceed9361ae409b5523 Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Fri, 25 Aug 2023 13:23:23 +0200 Subject: add example for readiness notification --- log/notification-fd | 1 + log/run | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 log/notification-fd diff --git a/log/notification-fd b/log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/log/run b/log/run index b483dde..870a644 100644 --- a/log/run +++ b/log/run @@ -21,6 +21,8 @@ s6-setuidgid ${RUN_USER} # the command to start and supervise s6-log + # notify readiness + -d3 # prepend TAI64N timestamp t # prepent ISO 8601 timestamp -- cgit v1.2.3