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 | 5 years ago | |
---|---|---|
src | 5 years ago | |
.gitignore | 5 years ago | |
Cargo.lock | 5 years ago | |
Cargo.toml | 5 years ago | |
README.md | 5 years ago | |
rustfmt.toml | 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
.