https://github.com/dimkr/nosystem
A libsystemd stub library, a research project for Devuan
https://github.com/dimkr/nosystem
Last synced: over 1 year ago
JSON representation
A libsystemd stub library, a research project for Devuan
- Host: GitHub
- URL: https://github.com/dimkr/nosystem
- Owner: dimkr
- License: lgpl-2.1
- Created: 2014-11-26T22:20:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T19:38:02.000Z (over 11 years ago)
- Last Synced: 2025-03-31T01:23:33.153Z (over 1 year ago)
- Language: C
- Homepage: http://www.devuan.org
- Size: 133 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_
_ __ ___ ___ _ _ ___| |_ ___ _ __ ___
| '_ \ / _ \/ __| | | / __| __/ _ \ '_ ` _ \
| | | | (_) \__ \ |_| \__ \ || __/ | | | | |
|_| |_|\___/|___/\__, |___/\__\___|_| |_| |_|
|___/
Overview
========
nosystem is a tiny library which replaces libsystemd
(http://freedesktop.org/wiki/Software/systemd/) with stubs. It makes it possible
to run some binaries linked against libsystemd, without having to run any
systemd daemons.
It is heavily inspired by nobus (https://github.com/clbr/nobus) by Lauri
Kasanen.
Credits and Legal Information
=============================
nosystem is available under the terms of the LGPL license; either version 2.1 of
the license or (at your option) any later version. 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/).