sysmgr

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

commit 15692893247d815ac4ecd2b0640351407777ad7c
parent efc5621b445ad7b5213120a277cc64e9a32c0781
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 15 Apr 2020 01:41:28 +0300

svctl: fix typo

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

diff --git a/sysmgr b/sysmgr @@ -219,7 +219,7 @@ fn_svctl() { ;; restart) fn_svctl kill "$service" - fn_svcrl start "$service" + fn_svctl start "$service" ;; kill) log 9 > "${RUNDIR:?}/$service/lock"