sysmgr

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

svctl.1 (507B)


      1 .TH "SVCTL" 1 "Apr 2020" "Cem Keylan" "General Commands Manual"
      2 .SH NAME
      3 \fBsvctl\fR - sysmgr service controller
      4 .SH SYNOPSIS
      5 svctl \fI<command>\fR \fI[serv] [serv] [serv]\fR
      6 .SH "COMMANDS"
      7 .nf
      8 start/stop/restart   Starts/stops/restarts a service
      9 kill                 Sends a SIGKILL to the service
     10 once                 Starts a service and does not restart it if it goes down.
     11 status               Check if the service is running or not.
     12 up/down              Same as start/stop
     13 .fi
     14 .SH "AUTHOR"
     15 Cem Keylan