sysmgr

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

commit 0bdb5dd16712e46d24baaff4766ce13a6fb47d97
parent c84fb1d1dfd6de5e7f60d95d22aadf786504134c
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 25 Apr 2020 21:55:13 +0300

svctl.1: simplify manpage

Diffstat:
Mman/svctl.1 | 38++++++++++++--------------------------
1 file changed, 12 insertions(+), 26 deletions(-)

diff --git a/man/svctl.1 b/man/svctl.1 @@ -1,29 +1,15 @@ -. -.TH "SVCTL" "1" "February 2020" "Cem Keylan" "General Commands Manual" -. -.SH "NAME" -\fBsvctl\fR \- sysmgr service controller -. -.SH "SYNOPSIS" -svctl \fI<command>\fR \fI<service>\fR -. -.P -runs the given command against the sysmgr service\. -. +.TH "SVCTL" 1 "Apr 2020" "Cem Keylan" "General Commands Manual" +.SH NAME +\fBsvctl\fR - sysmgr service controller +.SH SYNOPSIS +svctl \fI<command>\fR \fI[serv] [serv] [serv]\fR .SH "COMMANDS" -start/stop/restart \-\- Starts/stops/restarts a service -. -.P -kill \-\- Sends a SIGKILL to the service -. -.P -once \-\- Starts a service and does not restart it if it goes down\. -. -.P -status \-\- Check if the service is running or not\. -. -.P -up/down \-\- Same as start/stop -. +.nf +start/stop/restart Starts/stops/restarts a service +kill Sends a SIGKILL to the service +once Starts a service and does not restart it if it goes down. +status Check if the service is running or not. +up/down Same as start/stop +.fi .SH "AUTHOR" Cem Keylan