diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-08-29 16:30:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-08-29 16:30:15 +0000 |
commit | 0691bcbd11897694a604f99fa58af6b4286c7195 (patch) | |
tree | a5259e0b1118c5d294cb4bfb77fa3d25fed4d121 /examples/s6-rc/httpd-6-log | |
parent | e6ada0b74352f77124a682d98c6d842fd5c44b45 (diff) | |
download | tipidee-0691bcbd11897694a604f99fa58af6b4286c7195.tar.xz |
More examples, some fixes, some more doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/s6-rc/httpd-6-log')
-rwxr-xr-x | examples/s6-rc/httpd-6-log/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/s6-rc/httpd-6-log/run b/examples/s6-rc/httpd-6-log/run index 50d7448..5889b3e 100755 --- a/examples/s6-rc/httpd-6-log/run +++ b/examples/s6-rc/httpd-6-log/run @@ -2,4 +2,4 @@ s6-setuidgid wwwlog exec -c -s6-log -d3 t s1000000 n20 /var/log/httpd-46 +s6-log -d3 t s1000000 n20 /var/log/httpd-6 |