logutil-service 358 B

12345678910111213141516
  1. #!@SHEBANGDIR@/execlineb
  2. elgetopt "f:"
  3. multisubstitute
  4. {
  5. importas -u -D "" fifo ELGETOPT_f
  6. elgetpositionals -P0
  7. }
  8. emptyenv -P
  9. if { s6-test ${#} -ge 1 }
  10. ifelse { s6-test -n ${fifo} }
  11. {
  12. redirfd -rnb 0 ${fifo}
  13. /package/admin/s6-overlay-@VERSION@/libexec/logutil-service-main ${1}
  14. }
  15. /package/admin/s6-overlay-@VERSION@/libexec/logutil-service-main ${1}