Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/birkenfeld/daemonize-rs

Rust library for daemonizing a process (WIP)
https://github.com/birkenfeld/daemonize-rs

Last synced: 19 days ago
JSON representation

Rust library for daemonizing a process (WIP)

Awesome Lists containing this project

README

        

# daemonize-rs
Rust library for daemonizing a process (WIP)

Does the usual double-fork dance and optionally sets new user credentials if running as root.