shutdownr/README.md
2024-05-28 23:40:39 +02:00

645 B

shutdownr

A Rust re-implementation of System-V init shutdown(8)

Build

cargo build

Usage

shutdownr --help

Contributing

Code format

rustup component add rustfmt
cargo fmt

Code analysis

rustup component add clippy
cargo clippy

Improvements compared to original version

  • Unlimited line length in /etc/shutdown.allow
  • Unlimited number of users in /etc/shutdown.allow
  • Strip lines before parsing /etc/shutdown.allow
  • SIGALRM hacks have been replaced by timeouts in asynchronous contexts

Disclaimer

Not fully-tested, use at your own risk (as always).