cemkeylan / sysmgr

A simplistic system-supervisor (deprecated)

Home Page:https://github.com/cemkeylan/sm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SYSMGR

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 '/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

About

A simplistic system-supervisor (deprecated)

https://github.com/cemkeylan/sm

License:MIT License


Languages

Language:Shell 64.7%Language:C 25.2%Language:Makefile 10.1%