Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/birkenfeld/daemonize-rs
- Owner: birkenfeld
- Created: 2015-07-05T08:02:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T20:54:16.000Z (over 8 years ago)
- Last Synced: 2024-10-31T10:43:14.467Z (2 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.