https://github.com/dimkr/sdaemons
Suckless daemons
https://github.com/dimkr/sdaemons
Last synced: 9 months ago
JSON representation
Suckless daemons
- Host: GitHub
- URL: https://github.com/dimkr/sdaemons
- Owner: dimkr
- License: mit
- Created: 2015-01-31T11:40:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T21:29:30.000Z (about 11 years ago)
- Last Synced: 2025-03-30T23:51:09.995Z (over 1 year ago)
- Language: C
- Size: 191 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_
___ __| | __ _ ___ _ __ ___ ___ _ __ ___
/ __|/ _` |/ _` |/ _ \ '_ ` _ \ / _ \| '_ \/ __|
\__ \ (_| | (_| | __/ | | | | | (_) | | | \__ \
|___/\__,_|\__,_|\___|_| |_| |_|\___/|_| |_|___/
Overview
========
sdaemons is a set of barebones daemons for Linux (http://www.kernel.org/).
Features
========
- init, an init daemon
- vtman, a virtual terminal manager
- newpid, an init process for PID namespaces
- poweroff and reboot
- daemon, a generic daemonization tool
- syslog, a logging daemon
- coredump, a coredump handler
- fakelogin, an automatic login utility
Credits and Legal Information
=============================
sdaemons 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/).