Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-03 | supervise-daemon: implement output_logger and error_logger. | Lexxy Fox | |
Allows redirecting process stdin and stdout to another process, just like is already possible with start-stop-daemon. Also added --stdout-logger and --stderr-logger to the man page. | |||
2022-04-06 | migrate fully to meson build system | William Hubbs | |
- drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489. |