https://github.com/happygofishing/abyss
Abyss is a service management daemon for Linux and other Unix systems.
https://github.com/happygofishing/abyss
c daemon service-manager unix
Last synced: 7 days ago
JSON representation
Abyss is a service management daemon for Linux and other Unix systems.
- Host: GitHub
- URL: https://github.com/happygofishing/abyss
- Owner: HappyGoFishing
- License: gpl-3.0
- Created: 2024-06-25T06:49:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T04:15:29.000Z (about 1 year ago)
- Last Synced: 2025-08-26T22:56:27.425Z (10 months ago)
- Topics: c, daemon, service-manager, unix
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# The Abyss service manager.
Abyss is a service management daemon for Linux and other Unix systems written in the C programming language.
This project exists because I wanted to improve at C and learn UNIX systems programming.
## dependencies
[tomlc99](https://github.com/cktan/tomlc99)
[stb_ds](https://github.com/nothings/stb)
All dependencies are vendored and statically linked.
## Features
- Automatic starting of services on boot
- Service configs declared in TOML files
- very few dependencies
## Features TODO
- dependency management like systemd where services can provide states and require to be launched before or after
- migrate from inhouse dynamic array to stb_ds