- 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.
4 lines
55 B
Rust
4 lines
55 B
Rust
pub mod crypto;
|
|
pub mod escape;
|
|
pub mod process_descr;
|