sm

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

README.md (526B)


      1 sysmgr
      2 ======
      3 
      4 sysmgr is a simplistic service manager written in C99. It reads the service
      5 scripts from the given SYSDIR and executes them asynchronously via the runsyssv
      6 program.
      7 
      8 The default service directory and run directory can be configured by editing
      9 the config.h file.
     10 
     11 
     12 Installation
     13 ------------
     14 
     15 Edit config.mk to match your setup, and then install by doing the following.
     16 
     17     make
     18     make install
     19 
     20 
     21 Using sysmgr
     22 ------------
     23 
     24 Detailed information on how to use sysmgr can be found on manual pages. See
     25 sysmgr(8).