{"id":19456327,"url":"https://github.com/cflems/daemonize","last_synced_at":"2025-11-19T09:02:46.519Z","repository":{"id":75736466,"uuid":"97270552","full_name":"cflems/daemonize","owner":"cflems","description":"Utility to send shell commands to the background","archived":false,"fork":false,"pushed_at":"2020-10-21T17:05:50.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T10:52:06.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cflems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-14T20:30:44.000Z","updated_at":"2023-01-13T13:30:51.000Z","dependencies_parsed_at":"2023-06-07T13:00:40.731Z","dependency_job_id":null,"html_url":"https://github.com/cflems/daemonize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cflems/daemonize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fdaemonize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fdaemonize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fdaemonize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fdaemonize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cflems","download_url":"https://codeload.github.com/cflems/daemonize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cflems%2Fdaemonize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285215532,"owners_count":27133906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T17:16:51.674Z","updated_at":"2025-11-19T09:02:46.500Z","avatar_url":"https://github.com/cflems.png","language":"C","readme":"# daemonize\nA utility to send shell commands to the background.\n\n### Instant Install\nLinux/BSD/\\*nix other than OSX\n```bash\ncurl -s https://raw.githubusercontent.com/cflems/daemonize/master/daemonize.c | sudo gcc -xc -o /usr/bin/daemonize -\n```\nOSX\n```bash\ncurl -s https://raw.githubusercontent.com/cflems/daemonize/master/daemonize.c | sudo gcc -xc -o /usr/local/bin/daemonize -\n```\n\n### Usage\n```bash\ndaemonize \u003ccommand\u003e [-d|--chdir] [-n|--noclose] [-1|--log-stdout \u003clogfile\u003e] [-2|--log-stderr \u003clogfile\u003e]\n```\n__command__: *(Required)* The command to execute as a daemon.\n\n__--noclose__: *(Optional)* Leaves input and output streams to the current terminal session open. Individual streams are overridden with logging options.\n\n__--chdir__: *(Optional)* Changes directory to / before executing \u003ccommand\u003e\n\n__--log-stdout \u003clogfile\u003e__: *(Optional)* Reroutes the program's stdout to the given file before daemonizing.\n\n__--log-stderr \u003clogfile\u003e__: *(Optional)* Reroutes the program's stderr to the given file before daemonizing.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcflems%2Fdaemonize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcflems%2Fdaemonize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcflems%2Fdaemonize/lists"}