#daemonize #unix #pid-file #daemon

daemonize2

Library to enable your code run as a daemon process on Unix-like systems

2 releases

Uses new Rust 2024

new 0.6.1 Apr 7, 2025
0.6.0 Apr 7, 2025

#6 in #pid-file

Download history 70/week @ 2025-04-01

74 downloads per month

MIT/Apache

41KB
946 lines

daemonize2

Build Status Latest Version docs

daemonize2 is a library for writing SysV daemons. It is inspired by the Python library daemonize and is based on the original daemonize crate that went unmaintained.

Example

For an example on how to use this crate, see complex.rs.

License

Licensed under either of

at your choice.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0–7MB
~35K SLoC