https://github.com/bjornpagen/s6-exherbo
https://github.com/bjornpagen/s6-exherbo
s6 s6-rc
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjornpagen/s6-exherbo
- Owner: bjornpagen
- License: 0bsd
- Created: 2018-06-18T20:47:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T18:02:39.000Z (over 7 years ago)
- Last Synced: 2025-01-23T06:12:57.579Z (9 months ago)
- Topics: s6, s6-rc
- Language: Makefile
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# Policy for s6/s6-rc on Exherbo
Licensed under the terms of the Zero Clause BSD License## Goals:
- Paludis
s6-exherbo sole purpose is to provide an automated way for paludis to interact
with service management via exlibs. Not done yet.- Mimic upstream/adhere to UNIXisms
This means that we keep naming conventions like rc.*, and we keep the same
names for files/dirs as s6-linux-init defines them to be.- Stay user-configurable
We keep most files in /etc, because regardless of whether it is a good idea
or not, changing s6-exherbo files should be hassle-free.- Stay s6
Avoid using tools like sh/coreutils. POSIX is great, but s6-* is better.
## Damn it, why do you bundle in your own zebrapig?
I will remove it if there is at least one complaint about it, which I
have not gotten yet. I like UTF-8 zebrapigs.## Thanks!
Thanks a lot to somasis and obarun for inspiration!