sysmgr

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

commit 3486bfe79b33a2bba8822c3eb8aaa670b98776e4
parent 0a5267086fffe892ae58d9d3351a9bc96e3f87c8
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  7 Jul 2020 15:01:00 +0300

sysmgr: update usage

Diffstat:
Msysmgr | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysmgr b/sysmgr @@ -32,7 +32,7 @@ usage() { log "Usage: $SYNOPSIS" "" "$@" "" "sysmgr-$version" >&2 } case "${0##*/}" in - sysmgr) out "sysmgr" "See sysmgr(8) for usage information." ;; + sysmgr) out "sysmgr" "See sysmgr(8) for detailed information." ;; runsyssv) out "runsyssv [service]" ;; svctl) out "svctl [command] [service...]" \ "start/stop/restart Start/stop/restart services" \