All Projects → cemkeylan → sysmgr

cemkeylan / sysmgr

Licence: MIT license
A simplistic system-supervisor (deprecated)

Programming Languages

shell
77523 projects
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to sysmgr

bandmaster
Simple and easily extendable Go library for managing runtime services & dependencies (datastores, APIs, MQs, custom...).
Stars: ✭ 43 (+30.3%)
Mutual labels:  service-management
cloud-cap-multitenancy
SAP Cloud Application Programming Model (CAP) sample code project with multitenancy using service manager-created SAP HANA containers for tenant data isolation.
Stars: ✭ 33 (+0%)
Mutual labels:  service-manager
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+1003.03%)
Mutual labels:  service-manager

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].