Module Core.Daemon.Fd_redirection

type t = [
| `Dev_null
| `Do_not_redirect
| `File_append of string
| `File_truncate of string
]