diff options
Diffstat (limited to 'examples/source/httpd-log')
| -rw-r--r-- | examples/source/httpd-log/consumer-for | 3 | ||||
| -rw-r--r-- | examples/source/httpd-log/dependencies | 2 | ||||
| -rw-r--r-- | examples/source/httpd-log/pipeline-name | 1 | ||||
| -rwxr-xr-x | examples/source/httpd-log/run | 4 | ||||
| -rw-r--r-- | examples/source/httpd-log/type | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/examples/source/httpd-log/consumer-for b/examples/source/httpd-log/consumer-for new file mode 100644 index 0000000..5920961 --- /dev/null +++ b/examples/source/httpd-log/consumer-for @@ -0,0 +1,3 @@ +httpd-4 +httpd-6 +httpd-6-bis diff --git a/examples/source/httpd-log/dependencies b/examples/source/httpd-log/dependencies new file mode 100644 index 0000000..a8bb4f3 --- /dev/null +++ b/examples/source/httpd-log/dependencies @@ -0,0 +1,2 @@ +mount-rwfs +mount-sync diff --git a/examples/source/httpd-log/pipeline-name b/examples/source/httpd-log/pipeline-name new file mode 100644 index 0000000..2cc6b83 --- /dev/null +++ b/examples/source/httpd-log/pipeline-name @@ -0,0 +1 @@ +httpd-pipeline diff --git a/examples/source/httpd-log/run b/examples/source/httpd-log/run new file mode 100755 index 0000000..d60db8c --- /dev/null +++ b/examples/source/httpd-log/run @@ -0,0 +1,4 @@ +#!/command/execlineb -P +s6-setuidgid publilog +exec -c +s6-log t s1000000 n20 /var/log/httpd diff --git a/examples/source/httpd-log/type b/examples/source/httpd-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/source/httpd-log/type @@ -0,0 +1 @@ +longrun |
