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

https://github.com/dimkr/loginkit

A standalone logind shim - GitHub mirror
https://github.com/dimkr/loginkit

Last synced: over 1 year ago
JSON representation

A standalone logind shim - GitHub mirror

Awesome Lists containing this project

README

          

_ _ _ ___ _
| | ___ __ _(_)_ __ | |/ (_) |_
| | / _ \ / _` | | '_ \| ' /| | __|
| |__| (_) | (_| | | | | | . \| | |_
|_____\___/ \__, |_|_| |_|_|\_\_|\__|
|___/

Overview
========

LoginKit is an attempt to implement a logind
(http://www.freedesktop.org/wiki/Software/systemd) shim, which allows packages
that depend on it to work, without dependency on a specific init system.

This branch is targeted at the stock configuration of Devuan Jessie and allows
xfce4-power-manager to run without a logind dependency.

Dependencies
============

LoginKit requires GLib.

Building
========

On Debian, install libglib2.0-dev:
apt-get install -y libglib2.0-dev

To build LoginKit:
make

Credits and Legal Information
=============================

LoginKit is is free and unencumbered software released under the terms of the
MIT license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.

The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).