{"id":33937278,"url":"https://github.com/xadaemon/daemonize-me","last_synced_at":"2026-03-11T10:31:01.724Z","repository":{"id":42194830,"uuid":"274793317","full_name":"xadaemon/daemonize-me","owner":"xadaemon","description":"Rust library to ease the task of creating daemons","archived":false,"fork":false,"pushed_at":"2025-05-21T20:40:52.000Z","size":127,"stargazers_count":53,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"trunk","last_synced_at":"2026-01-11T18:40:20.103Z","etag":null,"topics":["daemon","daemonize","linux","rust","rust-crate","rust-library","unix"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xadaemon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-24T23:59:07.000Z","updated_at":"2025-10-27T03:49:02.000Z","dependencies_parsed_at":"2024-05-19T03:43:46.283Z","dependency_job_id":"da9b84f8-ea58-4dc9-9233-e79364babbf4","html_url":"https://github.com/xadaemon/daemonize-me","commit_stats":null,"previous_names":["cardinalbytes/daemonize-me","neonimp/daemonize-me"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/xadaemon/daemonize-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xadaemon%2Fdaemonize-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xadaemon%2Fdaemonize-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xadaemon%2Fdaemonize-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xadaemon%2Fdaemonize-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xadaemon","download_url":"https://codeload.github.com/xadaemon/daemonize-me/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xadaemon%2Fdaemonize-me/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30378069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daemon","daemonize","linux","rust","rust-crate","rust-library","unix"],"created_at":"2025-12-12T14:56:17.232Z","updated_at":"2026-03-11T10:31:01.702Z","avatar_url":"https://github.com/xadaemon.png","language":"Rust","readme":"# daemonize-me [![Rust](https://github.com/CardinalBytes/daemonize-me/workflows/Rust/badge.svg)](https://github.com/CardinalBytes/daemonize-me/actions) [![Crates.io](https://img.shields.io/crates/v/daemonize-me)](https://crates.io/crates/daemonize-me) [![Crates.io](https://img.shields.io/crates/d/daemonize-me)](https://crates.io/crates/daemonize-me) [![Crates.io](https://img.shields.io/crates/l/daemonize-me)](https://github.com/CardinalBytes/daemonize-me/blob/master/LICENSE)\nRust library to ease the task of creating daemons, I have drawn heavy inspiration from [Daemonize by knsd](https://github.com/knsd/daemonize).\n\n# Current releases and EOL table\n\n| track    | version | EOL     |\n|----------|---------|---------|\n| 2.0      | 2.0.1   | TBA     |\n| 1.0(LTS) | 1.0.2   | 2022-10 |\n\n\n# Basic usage\nAdd it to your cargo.toml this will add the whole 2.0.x series as compatible as per semver\n```toml\ndaemonize-me = \"2.0\"\n```\nThen look at [hooks.rs](examples/hooks.rs)\n\n\n## OS support\nI will try to keep support for linux, freebsd and macos\n\n| os                  | tier          |\n|---------------------|---------------|\n| linux               | tier 1        |\n| freebsd, openbsd    | tier 2        |\n| macos, netbsd, unix | tier 3        |\n| Anything non unix   | not supported |\n\nFor tier 1 any code that breaks the tests and or ci/cd is blocking for a release,\ntier 2 compilation errors are release blocking, tier 3 are supported on a best effort basis,\nand build failure as well as test failures are not blocking.\n\nnote on custom/hobby OS support, if your os implements the syscalls used in lib.rs with behavior that is equivalent then this library is likely to work but it's even less of a guarantee.\n\n# License\n\nLicensed under either of\n\n* Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)\n* BSD 3 Clause License\n\n# Contribution\n\nUnless 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.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxadaemon%2Fdaemonize-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxadaemon%2Fdaemonize-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxadaemon%2Fdaemonize-me/lists"}