sm

sysmgr implemented in C
git clone git://git.ckyln.com/sm
Log | Files | Refs | README | LICENSE

commit cc714639cb037c7fb939829be42c9167ec185fa7
parent 0ae1cc02ca18a9d47523fa5d52febeb1bca0bfb6
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 10 Oct 2020 12:20:45 +0300

README: update

Diffstat:
DREADME | 8--------
AREADME.md | 25+++++++++++++++++++++++++
2 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/README b/README @@ -1,7 +0,0 @@ -sysmgr ------- - -sysmgr implemented in C. Doesn't work at the moment. Most of the stuff are tests -to make sure functions are running correctly - -POSIX shell / C hybrid here: https://git.ckyln.com/sysmgr- \ No newline at end of file diff --git a/README.md b/README.md @@ -0,0 +1,25 @@ +sysmgr +====== + +sysmgr is a simplistic service manager written in C99. It reads the service +scripts from the given SYSDIR and executes them asynchronously via the runsyssv +program. + +The default service directory and run directory can be configured by editing +the config.h file. + + +Installation +------------ + +Edit config.mk to match your setup, and then install by doing the following. + + make + make install + + +Using sysmgr +------------ + +Detailed information on how to use sysmgr can be found on manual pages. See +sysmgr(8).