sisungo / airup

🚀 Airup is a modern, portable and blazingly fast implementation of service supervisor and the init daemon.
MIT License
18 stars 1 forks source link

[Feature Request] `stdio`-redirection #6

Closed sisungo closed 1 year ago

sisungo commented 1 year ago

Introduction

Implement stdio-redirection function. It enables functions like Airup to redirect a service's output to a specified file, or to collect the output in Airup's log storage, or to block the service's output, etc.

Steps

Unresolved Questions

Nothing yet.