# A modern lib to daemonize / fork processes
[![Crates.io][crates-badge]][crates-url]
[![Docs.rs][docs-badge]][docs-url]
[![Build Status][actions-badge]][actions-url]
[crates-badge]: https://img.shields.io/crates/v/fork-rs.svg
[crates-url]: https://crates.io/crates/fork-rs
[docs-badge]: https://img.shields.io/docsrs/fork-rs/latest
[docs-url]: https://docs.rs/crate/fork-rs
[actions-badge]: https://github.com/kristof-mattei/fork-rs/workflows/Build/badge.svg
[actions-url]: https://github.com/kristof-mattei/fork-rs/actions?query=workflow:Build+branch:main
# Inspiration
Based on http://web.archive.org/web/20120914180018/http://www.steve.org.uk/Reference/Unix/faq_2.html#SEC16
with additional information from https://codingfreak.blogspot.com/2012/03/daemon-izing-process-in-linux.html
## License
MIT, see [LICENSE](./LICENSE)
`SPDX-License-Identifier: MIT`