Ryan Tharp

Results 29 comments of Ryan Tharp

well stop and start has some integration and most of the mode that needs it to be stopped should be hooked in. Anything else?

start could detect is-enabled and halt that to use systemctl start but just make systemd-start doesn't run this check

start all `systemctl start [email protected]` stop all `systemctl stop [email protected]` restart all `systemctl restart [email protected]` upgrade binaries (is there only one copy)

yes, already decided will not, this will be move into a personal project of mine. However even experience admins like good tools, so it has nothing to do with degrading...

6.1.4 require 1.0.9+ 7.0 requires 2.0+

almost done, will need to coordinate with Jonathan for guide changes

just put a success and timeout on it for now...

now that we can have two launcher at the same time, maybe a structured socket to communicate status, so we don't have to guess about sockets.

if we use fork instead of spawn, node opens IPC channels automatically