Crates.io | afteroff |
lib.rs | afteroff |
version | 0.1.0 |
source | src |
created_at | 2024-07-17 08:36:11.245623 |
updated_at | 2024-07-17 08:36:11.245623 |
description | `afteroff` is a lightweight, efficient utility designed to monitor a specific process on your Linux system and power off the machine when the process terminates. It is written in Rust to ensure high performance and low resource usage. |
homepage | |
repository | https://github.com/atopx/afteroff |
max_upload_size | |
id | 1305987 |
size | 11,863 |
afteroff
is a lightweight, efficient utility designed to monitor a specific process on your Linux system and power off the machine when the process terminates. It is written in Rust to ensure high performance and low resource usage.
You can install afteroff
from crates.io using Cargo:
cargo install afteroff
Or clone the repository and build from source:
git clone https://github.com/yourusername/afteroff.git
cd afteroff
cargo build --release
afteroff --pid <PID> [--interval <INTERVAL>]
afteroff
is licensed under the MIT license. See LICENSE for more details.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.