From e6ada0b74352f77124a682d98c6d842fd5c44b45 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 23 Aug 2023 15:36:55 +0000 Subject: Add some doc Signed-off-by: Laurent Bercot --- examples/s6-rc/httpsd-6-log/consumer-for | 1 + examples/s6-rc/httpsd-6-log/notification-fd | 1 + examples/s6-rc/httpsd-6-log/pipeline-name | 1 + examples/s6-rc/httpsd-6-log/run | 5 +++++ examples/s6-rc/httpsd-6-log/type | 1 + 5 files changed, 9 insertions(+) create mode 100644 examples/s6-rc/httpsd-6-log/consumer-for create mode 100644 examples/s6-rc/httpsd-6-log/notification-fd create mode 100644 examples/s6-rc/httpsd-6-log/pipeline-name create mode 100755 examples/s6-rc/httpsd-6-log/run create mode 100644 examples/s6-rc/httpsd-6-log/type (limited to 'examples/s6-rc/httpsd-6-log') diff --git a/examples/s6-rc/httpsd-6-log/consumer-for b/examples/s6-rc/httpsd-6-log/consumer-for new file mode 100644 index 0000000..f8b60ce --- /dev/null +++ b/examples/s6-rc/httpsd-6-log/consumer-for @@ -0,0 +1 @@ +httpsd-6 diff --git a/examples/s6-rc/httpsd-6-log/notification-fd b/examples/s6-rc/httpsd-6-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/s6-rc/httpsd-6-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/s6-rc/httpsd-6-log/pipeline-name b/examples/s6-rc/httpsd-6-log/pipeline-name new file mode 100644 index 0000000..82fd962 --- /dev/null +++ b/examples/s6-rc/httpsd-6-log/pipeline-name @@ -0,0 +1 @@ +httpsd-6-pipeline diff --git a/examples/s6-rc/httpsd-6-log/run b/examples/s6-rc/httpsd-6-log/run new file mode 100755 index 0000000..a8281ad --- /dev/null +++ b/examples/s6-rc/httpsd-6-log/run @@ -0,0 +1,5 @@ +#!/bin/execlineb -S1 + +s6-setuidgid wwwlog +exec -c +s6-log -d3 t s1000000 n20 /var/log/httpsd-6 diff --git a/examples/s6-rc/httpsd-6-log/type b/examples/s6-rc/httpsd-6-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/s6-rc/httpsd-6-log/type @@ -0,0 +1 @@ +longrun -- cgit v1.3.1