Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cemkeylan/sm
sysmgr implemented in C
https://github.com/cemkeylan/sm
Last synced: about 2 months ago
JSON representation
sysmgr implemented in C
- Host: GitHub
- URL: https://github.com/cemkeylan/sm
- Owner: cemkeylan
- License: other
- Created: 2020-10-09T11:31:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T19:12:03.000Z (over 3 years ago)
- Last Synced: 2024-08-03T21:03:20.875Z (5 months ago)
- Language: C
- Size: 61.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kiss - sm - A simplistic service manager written in C99. (Software)
README
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 installUsing sysmgr
------------Detailed information on how to use sysmgr can be found on manual pages. See
sysmgr(8).