sysmgr

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

commit 36ed192b7d3dedcc70c46b8bb7b5cf7f0583bd68
parent 2a937333604fb4cbfbdef0811c8235504aaa2990
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 16 Sep 2020 20:27:42 +0300

README: update

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

diff --git a/README.md b/README.md @@ -0,0 +1,15 @@ +SYSMGR +-------------------------------------------------------------------------------- + +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. + + +Directory structure +-------------------------------------------------------------------------------- + + docs/ -- Documentation + man/ -- Manual pages + utils/ -- C programs diff --git a/README.txt b/README.txt @@ -1,15 +0,0 @@ -SYSMGR --------------------------------------------------------------------------------- - -SYSMGR is a service manager for Linux written in POSIX shell. 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. - - -Directory structure --------------------------------------------------------------------------------- - - docs/ -- Documentation - man/ -- Manual pages - utils/ -- C programs