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 15dad0578a readme and minor 5 years ago
src readme and minor 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

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.