https://github.com/essentialkaos/anicorn
Simple utility for starting/restarting Unicorn
https://github.com/essentialkaos/anicorn
ruby unicorn
Last synced: about 1 month ago
JSON representation
Simple utility for starting/restarting Unicorn
- Host: GitHub
- URL: https://github.com/essentialkaos/anicorn
- Owner: essentialkaos
- License: apache-2.0
- Created: 2017-10-27T15:29:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T10:48:11.000Z (about 2 years ago)
- Last Synced: 2025-01-23T18:47:47.701Z (over 1 year ago)
- Topics: ruby, unicorn
- Language: Shell
- Homepage: https://kaos.sh/anicorn
- Size: 136 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Usage • CI Status • Contributing • License
`Anicorn` it's a simple utility for starting/restarting [Unicorn HTTP server](https://bogomips.org/unicorn/) while using init system.
> [!IMPORTANT]
> If you use Anicorn with systemd, you should set [`KillMode`](https://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillMode=) to `process` (`control-group` _by default_).
### Installation
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install anicorn
```
#### Using Makefile and Git
```bash
git clone https://kaos.sh/anicorn.git
cd anicorn
sudo make install
```
### Usage

### CI Status
| Branch | Status |
|--------|--------|
| `master` | [](https://kaos.sh/w/cain/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/cain/ci?query=branch:develop) |
### Contributing
Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
