elementary / cerbere

A simple service to ensure uptime of essential processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cerbere

THIS COMPONENT HAS BEEN RETIRED

It no longer serves a function in Pantheon.

Building and Installation

You'll need the following dependencies:

  • libgee-0.8-dev
  • libglib2.0-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with io.elementary.cerbere

sudo ninja install
io.elementary.cerbere

About

A simple service to ensure uptime of essential processes

License:GNU General Public License v2.0


Languages

Language:Vala 93.4%Language:Meson 5.4%Language:Python 1.3%