Skip to content

essentialkaos/anicorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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