diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-08-23 15:36:55 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-08-23 15:36:55 +0000 |
| commit | e6ada0b74352f77124a682d98c6d842fd5c44b45 (patch) | |
| tree | 77e406393684f15dfa4aa8e41f16ec3d27e90286 /examples/s6-rc/httpsd-4-log | |
| parent | 8d8edcd55e8601b888bf310c813d26fc328c9eaf (diff) | |
| download | tipidee-e6ada0b74352f77124a682d98c6d842fd5c44b45.tar.gz | |
Add some doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/s6-rc/httpsd-4-log')
| -rw-r--r-- | examples/s6-rc/httpsd-4-log/consumer-for | 1 | ||||
| -rw-r--r-- | examples/s6-rc/httpsd-4-log/notification-fd | 1 | ||||
| -rw-r--r-- | examples/s6-rc/httpsd-4-log/pipeline-name | 1 | ||||
| -rwxr-xr-x | examples/s6-rc/httpsd-4-log/run | 5 | ||||
| -rw-r--r-- | examples/s6-rc/httpsd-4-log/type | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/examples/s6-rc/httpsd-4-log/consumer-for b/examples/s6-rc/httpsd-4-log/consumer-for new file mode 100644 index 0000000..df47160 --- /dev/null +++ b/examples/s6-rc/httpsd-4-log/consumer-for @@ -0,0 +1 @@ +httpsd-4 diff --git a/examples/s6-rc/httpsd-4-log/notification-fd b/examples/s6-rc/httpsd-4-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/s6-rc/httpsd-4-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/s6-rc/httpsd-4-log/pipeline-name b/examples/s6-rc/httpsd-4-log/pipeline-name new file mode 100644 index 0000000..52ff5c9 --- /dev/null +++ b/examples/s6-rc/httpsd-4-log/pipeline-name @@ -0,0 +1 @@ +httpsd-4-pipeline diff --git a/examples/s6-rc/httpsd-4-log/run b/examples/s6-rc/httpsd-4-log/run new file mode 100755 index 0000000..770d831 --- /dev/null +++ b/examples/s6-rc/httpsd-4-log/run @@ -0,0 +1,5 @@ +#!/bin/execlineb -S1 + +s6-setuidgid wwwlog +exec -c +s6-log -d3 t s1000000 n20 /var/log/httpsd-4 diff --git a/examples/s6-rc/httpsd-4-log/type b/examples/s6-rc/httpsd-4-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/s6-rc/httpsd-4-log/type @@ -0,0 +1 @@ +longrun |
