{"id":17422233,"url":"https://github.com/alexzhangs/supervisord","last_synced_at":"2025-09-03T00:48:42.561Z","repository":{"id":90923478,"uuid":"193783922","full_name":"alexzhangs/supervisord","owner":"alexzhangs","description":"Supervisor init.d script for Amazon Linux AMI.","archived":false,"fork":false,"pushed_at":"2021-03-11T15:23:42.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T13:52:03.565Z","etag":null,"topics":["amazon-linux-ami","supervisord"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexzhangs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-06-25T21:11:16.000Z","updated_at":"2021-03-11T15:23:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"68ebd8f9-4ce7-4f7f-bb8a-24ef34f67645","html_url":"https://github.com/alexzhangs/supervisord","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhangs%2Fsupervisord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhangs%2Fsupervisord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhangs%2Fsupervisord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexzhangs%2Fsupervisord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexzhangs","download_url":"https://codeload.github.com/alexzhangs/supervisord/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239487617,"owners_count":19647028,"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":["amazon-linux-ami","supervisord"],"created_at":"2024-10-17T03:14:08.268Z","updated_at":"2025-02-18T14:28:23.904Z","avatar_url":"https://github.com/alexzhangs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# supervisord\n\nSupervisor init.d script for Amazon Linux AMI.\n\nTested with:\n\n* supervisor 4.0.3 on\n  * Amazon Linux AMI\n* supervisor 4.0.3 and 4.2.1 on\n  * Amazon Linux 2 AMI\n\nOriginally forked from: https://gist.github.com/mhayes/866900\n\n## Why does this repo exist?\n1. `supervisor` is availabe in\n   [yum repo](http://supervisord.org/installing.html#installing-a-distribution-package),\n   an init.d script like this(not same) is also included. But\n   currently(2019-06) the version is still 2.1, far behind the current\n   stable version 4.0.3. Also version 2.1 supports python 2.6 only,\n   doesn't work with python 2.7.\n   \n2. Installing `supervisor` with pip is recommended by [official\ndocument](http://supervisord.org/index.html). But these's no init.d\nscript included in the package.\n\n\n## Installation\n\n```\ngit clone https://github.com/alexzhangs/supervisord\ncp -a supervisord/supervisord /etc/init.d/\nchmod 755 /etc/init.d/supervisord\nchkconfig supervisord on\n```\n\nOr more directly way:\n\n```\ncurl https://raw.githubusercontent.com/alexzhangs/supervisord/master/supervisord -o /etc/init.d/supervisord\nchmod 755 /etc/init.d/supervisord\nchkconfig supervisord on\n```\n\nOr use [xsh](https://github.com/alexzhangs/xsh) and its lib [aws](https://github.com/xsh-lib/aws) if you have set it up already:\n\n```\n# install supervisor, and the InitScript(this repo), set autostart, and start the service\nxsh aws/gist/ec2/linux/installer/supervisor -i -o -s -v 4.0.3\n```\n\n## Usage\n\n```\nservice supervisord start\nservice supervisord stop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexzhangs%2Fsupervisord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexzhangs%2Fsupervisord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexzhangs%2Fsupervisord/lists"}