essentialkaos / anicorn

Simple utility for starting/restarting Unicorn
https://kaos.sh/anicorn
Apache License 2.0
1 stars 0 forks source link
ruby unicorn

GitHub Actions CI Status

InstallationUsageCI StatusContributingLicense


Anicorn it's a simple utility for starting/restarting Unicorn HTTP server while using init system.

[!IMPORTANT]
If you use Anicorn with systemd, you should set KillMode to process (control-group by default).

Installation

From ESSENTIAL KAOS Public Repository

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

git clone https://kaos.sh/anicorn.git
cd anicorn
sudo make install

Usage

CI Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0