diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-23 06:49:25 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-23 06:49:25 +0000 |
| commit | 1aa3bc74170f10a4285827efa2748d1d6c2e4613 (patch) | |
| tree | 3fc6b79944f119dddf85a1cf8758cfbbab607cbe /examples/demo/1/N11-log | |
| parent | 3c61b2916c56bfa8d3ce7a6a5480eb93c2ed1470 (diff) | |
| download | s6-rc-1aa3bc74170f10a4285827efa2748d1d6c2e4613.tar.gz | |
New example batch of service definitions
Diffstat (limited to 'examples/demo/1/N11-log')
| -rw-r--r-- | examples/demo/1/N11-log/consumer-for | 1 | ||||
| -rw-r--r-- | examples/demo/1/N11-log/dependencies.d/essentials | 0 | ||||
| -rw-r--r-- | examples/demo/1/N11-log/notification-fd | 1 | ||||
| -rw-r--r-- | examples/demo/1/N11-log/pipeline-name | 1 | ||||
| -rw-r--r-- | examples/demo/1/N11-log/run | 3 | ||||
| -rw-r--r-- | examples/demo/1/N11-log/type | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/examples/demo/1/N11-log/consumer-for b/examples/demo/1/N11-log/consumer-for new file mode 100644 index 0000000..3c942ca --- /dev/null +++ b/examples/demo/1/N11-log/consumer-for @@ -0,0 +1 @@ +N11 diff --git a/examples/demo/1/N11-log/dependencies.d/essentials b/examples/demo/1/N11-log/dependencies.d/essentials new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/examples/demo/1/N11-log/dependencies.d/essentials diff --git a/examples/demo/1/N11-log/notification-fd b/examples/demo/1/N11-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/demo/1/N11-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/demo/1/N11-log/pipeline-name b/examples/demo/1/N11-log/pipeline-name new file mode 100644 index 0000000..b41caba --- /dev/null +++ b/examples/demo/1/N11-log/pipeline-name @@ -0,0 +1 @@ +N11-pipeline diff --git a/examples/demo/1/N11-log/run b/examples/demo/1/N11-log/run new file mode 100644 index 0000000..2a26b7d --- /dev/null +++ b/examples/demo/1/N11-log/run @@ -0,0 +1,3 @@ +#!/usr/bin/execlineb -S0 + +s6-log -d3 t /tmp/s6-rc-demo/N11 diff --git a/examples/demo/1/N11-log/type b/examples/demo/1/N11-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/demo/1/N11-log/type @@ -0,0 +1 @@ +longrun |
