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.

11 lines
371 B
Markdown

# 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`.