fork 0.1.4

Library for creating a new process detached from the controling terminal (daemon)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.libc]
version = "0.2.65"

[package]
authors = ["Nicolas Embriz <nbari@tequila.io>"]
categories = ["command-line-utilities", "os"]
description = "Library for creating a new process detached from the controling terminal (daemon)"
documentation = "https://github.com/immortal/fork"
edition = "2018"
homepage = "https://github.com/immortal/fork"
keywords = ["fork", "setsid", "daemon", "process", "libc"]
license-file = "LICENSE"
name = "fork"
readme = "README.md"
repository = "https://github.com/immortal/fork"
version = "0.1.4"