diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-25 13:23:23 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-25 14:19:11 +0200 |
commit | 6afcd94a50a9a6522959cbceed9361ae409b5523 (patch) | |
tree | 620b1e8e94abb58d2a4ae8c2bcf8984d099925fe /log/run | |
parent | 8728e25b3436576faf5a9b82b9174c7d8ce8f640 (diff) |
add example for readiness notification
Diffstat (limited to 'log/run')
-rw-r--r-- | log/run | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |