Add daemon CLI commands
- Introduce option `--background` for `daemon start` to send the new process into the background. - Implement a `ProcessDescr` which identifies a Husk process. This pays attention to the possibility of a rollover of the process ids. - Implement `daemon status`. - Implement `daemon stop` which sends `SIG_INT` to a running Husk process.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
pub mod crypto;
|
||||
pub mod escape;
|
||||
pub mod process_descr;
|
||||
|
||||
Reference in New Issue
Block a user