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
- Host: GitHub
- URL: https://github.com/dimkr/loginkit
- Owner: dimkr
- License: mit
- Created: 2014-12-04T14:28:16.000Z (over 11 years ago)
- Default Branch: jessie
- Last Pushed: 2015-02-21T12:30:07.000Z (over 11 years ago)
- Last Synced: 2025-04-30T20:04:19.707Z (over 1 year ago)
- Language: C
- Homepage: https://git.devuan.org/pkgs-utopia-substitution/loginkit
- Size: 361 KB
- Stars: 32
- Watchers: 7
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: COPYING
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/).