diff options
Diffstat (limited to 'examples/s6/httpd-6/log')
-rw-r--r-- | examples/s6/httpd-6/log/notification-fd | 1 | ||||
-rwxr-xr-x | examples/s6/httpd-6/log/run | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/s6/httpd-6/log/notification-fd b/examples/s6/httpd-6/log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/s6/httpd-6/log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/s6/httpd-6/log/run b/examples/s6/httpd-6/log/run new file mode 100755 index 0000000..5889b3e --- /dev/null +++ b/examples/s6/httpd-6/log/run @@ -0,0 +1,5 @@ +#!/bin/execlineb -S1 + +s6-setuidgid wwwlog +exec -c +s6-log -d3 t s1000000 n20 /var/log/httpd-6 |