https://github.com/dimkr/lazy-utils
A collection of tiny, permissively-licensed Linux system tools; deprecated in favor of sdaemons
https://github.com/dimkr/lazy-utils
Last synced: about 1 year ago
JSON representation
A collection of tiny, permissively-licensed Linux system tools; deprecated in favor of sdaemons
- Host: GitHub
- URL: https://github.com/dimkr/lazy-utils
- Owner: dimkr
- License: bsd-2-clause
- Created: 2013-09-06T12:17:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T21:56:24.000Z (over 11 years ago)
- Last Synced: 2025-05-01T09:56:30.619Z (over 1 year ago)
- Language: C
- Homepage: http://rlsd.dimakrasner.com
- Size: 1.58 MB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_ _ _ _
| | __ _ _____ _ _ _| |_(_) |___
| |/ _` |_ / | | |_____| | | | __| | / __|
| | (_| |/ /| |_| |_____| |_| | |_| | \__ \
|_|\__,_/___|\__, | \__,_|\__|_|_|___/
|___/
Overview
========
lazy-utils is a permissively-licensed set of system tools that complement toybox
(http://www.landley.net/toybox/).
It provides lighweight, independent implementations of init and standard
daemons, suitable for use in lighweight distributions.
In the past, lazy-utils used to be a complete replacement for toybox
(http://www.landley.net/toybox/) and BusyBox (http://www.busybox.net/), but now
it focuses on extra applets or lighter alternatives to existing ones, with
emphasis on short, easy to understand and solid code.
Dependencies
============
lazy-utils is designed for static linking and tested against the musl
(http://www.musl-libc.org/) C library.
At run-time, lazy-utils relies on the following file systems:
- A proc file system mounted at /proc
- A sysfs file system mounted at /sys
- A devtmpfs file system mounted at /dev
- A writable file systems at /run
Therefore, lazy-utils depends on Linux (http://www.kernel.org/) version 2.6.32
or above, built with CONFIG_SYSFS, CONFIG_PROC_FS and CONFIG_DEVTMPFS on.
Credits and Legal Information
=============================
lazy-utils is licensed under a 2-clause BSD 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/).