commit 0f1349d0b9c6c0f0d9dfbc5d35a509b6dfb42f27
parent 3e48accd16072354919ccd02f56bedcf4916dd8c
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 24 Mar 2020 15:56:38 +0300
README: shameless plug
Diffstat:
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -1,7 +1,7 @@
- ________
+ ________
- SYSMGR
- ________
+ SYSMGR
+ ________
@@ -33,6 +33,17 @@ Rationale
[Runit] https://smarden.org/runit
+shinit
+~~~~~~
+
+ Yet another example that we do not need lots of complexity. [shinit]
+ is an example init daemon in POSIX sh, yet again proving that shell is
+ sufficient for system management. `shinit' and `sysmgr' go along
+ really good.
+
+
+[shinit] https://github.com/cemkeylan/shinit
+
Overview
========
diff --git a/README.org b/README.org
@@ -3,6 +3,7 @@
* Table of Contents :TOC:noexport:
- [[#rationale][Rationale]]
+ - [[#shinit][shinit]]
- [[#overview][Overview]]
- [[#usage][Usage]]
- [[#current-functions][Current Functions]]
@@ -30,6 +31,13 @@ program. It can just be managed from another shell process, a
program that just makes use of basic UNIX utilities that exist
on almost every system.
+** shinit
+
+Yet another example that we do not need lots of complexity.
+[[https://github.com/cemkeylan/shinit][shinit]] is an example init daemon in POSIX sh, yet again proving
+that shell is sufficient for system management. =shinit= and =sysmgr=
+go along really good.
+
* Overview
SYSMGR is a POSIX-compliant shell program. It reads the service