Commit Graph

11 Commits

Author SHA1 Message Date
7f5c354d04 Refactor pmuxlib to allow for restarting a single process within a set 2024-07-19 15:35:38 +02:00
Brian Picciano
fde8c2be75 Move to micropelago org 2023-07-06 17:46:56 +02:00
Brian Picciano
29241f144a Pass stdout/stderr into pmuxlib.Run 2022-10-25 20:54:05 +02:00
Brian Picciano
7a78680038 Upgrade to yaml.v3 2022-10-20 20:55:31 +02:00
Brian Picciano
d0696182e1 Relocate package to code.betamike.com 2022-10-20 20:47:06 +02:00
Brian Picciano
8fb99b53d7 Expose Run from pmuxlib (renamed from pmuxproc) 2022-06-18 19:52:04 -06:00
Brian Picciano
b4c6787a98 Don't explicitly send interrupt signal to child processes
Apparently the way that process groups work is that child processes will
automatically have all signals propagated to them, so there's no need to
do it explicitly, pmux only needs to wait for them to exit.
2022-02-27 11:45:33 -07:00
Brian Picciano
05c959eba7 Refactor logging to separate stdout/stdout/system lines
The new logging differentiates between stdout, stderr, and system log
lines much better. The flushing logic has also been simplified, so lines
should appear on the terminal when expected (though possibly with lower
performance, will need to keep an eye on this).
2022-02-27 11:12:26 -07:00
Brian Picciano
ea5e7c9e1c make time formatting be optional 2022-02-27 10:37:22 -07:00
Brian Picciano
fd793d4f81 break pmuxproc out, make logger better, and properly set import path in go.mod 2022-01-22 20:03:19 -07:00
Brian Picciano
fe90e93fad initial commit 2021-09-21 16:36:50 -06:00