An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


GitHub Actions CI Status

InstallationUsageCI StatusContributingLicense


`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` | [![CI](https://kaos.sh/w/cain/ci.svg?branch=master)](https://kaos.sh/w/cain/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/cain/ci.svg?branch=master)](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)