{"id":21982545,"url":"https://github.com/ideal/bitzer","last_synced_at":"2025-04-30T05:22:40.057Z","repository":{"id":137751648,"uuid":"41720901","full_name":"ideal/bitzer","owner":"ideal","description":"Running and managing background tasks","archived":false,"fork":false,"pushed_at":"2020-03-25T10:14:59.000Z","size":75,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T13:04:14.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ideal.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}},"created_at":"2015-09-01T06:22:08.000Z","updated_at":"2023-06-23T14:26:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a75d9bcb-d077-4ba7-b534-0c9f48f8aba8","html_url":"https://github.com/ideal/bitzer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal%2Fbitzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal%2Fbitzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal%2Fbitzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal%2Fbitzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideal","download_url":"https://codeload.github.com/ideal/bitzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251645989,"owners_count":21620848,"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","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-29T17:28:41.072Z","updated_at":"2025-04-30T05:22:40.032Z","avatar_url":"https://github.com/ideal.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitzer\n\n[![Build Status]][Travis CI]\n\nBitzer is an application that can be used to run and manage a number of processes on UNIX-like operating systems. It's much like [supervisord](http://supervisord.org/) and [supervise](http://cr.yp.to/daemontools/supervise.html).\n\nWhat Bitzer do is quite simple currently. When Bitzer starts, it starts a number of processes based on your config, and then going to sleep. At sometime when one of the processes exits due to some reason, it will restart the process automatically.\n\nAuthors\n=======\n\n* Shang Yuanchun\n\nInstallation\n============\n\nYou need cmake 2.6 or higher to build Bitzer from source. Further more, you also need flex (2.5.4 or higher), and bison (2.5 or higher).\n\n```shell\nmkdir build \u0026\u0026 cd build\n```\n\n```shell\ncmake .. -DCMAKE_INSTALL_PREFIX=/tmp\nmake \u0026\u0026 make install\n```\n\nIn that prefix directory, there is a `bitzer.conf` under `conf` directory, the format is described as below.\n\nConfiguration\n=============\n\nIn `bitzer.conf`, you describe the processes that need to run. Here is an example:\n\n```\ntask {\n    name siesta;\n    path /bin/sleep;\n    args 10;\n    dir  /tmp;\n}\n```\n\n`name` and `path` must be provided. `args` is the arguments passed to the process. If `dir` is specified, it will be the process's working directory.\n\nRunning\n=======\n\nJust run `bitzer` if its path is in PATH, or type in the absolute path of bitzer.\n\nThe name\n=======\n\n[`Bitzer`](http://shaunthesheep.wikia.com/wiki/Bitzer) is a sheepdog in `Shaun the Sheep`.\n\n[Build Status]: https://travis-ci.org/ideal/bitzer.svg?branch=master\n[Travis CI]:    https://travis-ci.org/ideal/bitzer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideal%2Fbitzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideal%2Fbitzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideal%2Fbitzer/lists"}