powerman / narada-plugin-runit

Service supervision using runit for Narada projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Narada plugin: runit

This repo contains extra files needed to add service supervision using runit for Narada projects.

There are different sets of files available in different branches:

master

plugin files which you should merge into your project

doc

(this branch) no plugin files, only documentation about this repo

Install

Just merge this repo into your project’s repo:

git remote add narada-plugin-runit -t master -m master \
    -f https://github.com/powerman/narada-plugin-runit.git
git merge narada-plugin-runit

Documentation

Documentation is in your project’s directory, see doc/narada-plugin-runit.adoc.

About

Service supervision using runit for Narada projects