suckless init in Rust
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lukáš Hozda e0cefd873f fix reaping as per OmniTechnoMancer's advice 5 years ago
src fix reaping as per OmniTechnoMancer's advice 5 years ago
.gitignore initial initrs commit 5 years ago
Cargo.lock initial initrs commit 5 years ago
Cargo.toml initial initrs commit 5 years ago
README.md readme and minor 5 years ago
rustfmt.toml normalize formatting and add rustfmt config 5 years ago

README.md

init-rs

Should be pretty much a drop-in replacement for sinit. Apart from Rust, the difference is that initrs is more talkative and has more checks (for instance checks if init script/command failed). Also allows timeout duration to be customized.

Disclaimer: I am not sure if my sig_reap is 100% correct.

Customization

To customize, edit src/config.rs.