commit 60dd09eb868c3ff12a33af528485af56f3485b57
parent f4ca27755099715add3c43b47d8b890433cceecd
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 10 Oct 2020 13:55:04 +0300
sysmgr: add deprecation notice
Diffstat:
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -1,11 +1,9 @@
SYSMGR
--------------------------------------------------------------------------------
-NOTE: I am working on a _C version of_ sysmgr. While it works at its current
-state, I have been shown that it isn't the most efficient solution. After
-writing small C utilities to make sysmgr more efficient than it is, I understood
-that rather than doing an ugly C/Shell hybrid, I should do it completely C
-based. [Here] is a better explanation. See: <https://git.ckyln.com/sm>
+NOTE: The POSIX sh implementation of sysmgr has been deprecated. Here is the
+[C99 implementation] which will receive updates and proper fixes. The reasoning
+behind this change can be found [here].
SYSMGR is a service manager for Linux written in POSIX shell and simple C
utilities. It reads the service scripts from the given SYSDIR (which is
@@ -13,7 +11,8 @@ utilities. It reads the service scripts from the given SYSDIR (which is
exiting it sends a hangup signal to all RUNSYSSV processes.
-[Here]: https://cemkeylan.com/blog/20201002-reimplementing-sysmgr-in-c.html
+[C99 implementation]: https://git.ckyln.com/sm
+[here]: https://cemkeylan.com/blog/20201002-reimplementing-sysmgr-in-c.html
Directory structure