feat(service_handler): add interface argument for process management options
Description
This MR adds the option to specify the interface to use for the bec-server command.
Type of Change
- Removed
no_tmux
flag - Added
interface
flag with options "tmux", "subprocess", "iterm" and "systemd"
Potential side effects
Apart from tests, I don't think the no_tmux
flag was used anywhere.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k