sysmgr

a simplistic service supervisor (deprecated)
git clone git://git.ckyln.com/~cem/sysmgr.git
Log | Files | Refs | README | LICENSE

commit f4ca27755099715add3c43b47d8b890433cceecd
parent 98422efa257b6f0276668e76dc784678c89d510a
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat,  3 Oct 2020 21:49:02 +0300

README: update

Diffstat:
MREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,12 +1,21 @@ 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> + 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 '/var/sysmgr' by default) and executes them asynchronously via RUNSYSSV. While exiting it sends a hangup signal to all RUNSYSSV processes. +[Here]: https://cemkeylan.com/blog/20201002-reimplementing-sysmgr-in-c.html + + Directory structure --------------------------------------------------------------------------------