Skip to content

Make occam daemon commands work as documented

John Johnson requested to merge jdj34/occam:jdj34/fix-leaking-processes into develop

Make it so that occam daemon status shows status information, and occam daemon stop stops a running daemon.

If occam daemon stop fails to stop the process itself, the command will at least free the bound port via a SIGKILL.

Merge request reports