sysmgr

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

commit 9138df62f3623e71af5a317fb530886ae6ac4bc9
parent a48fd2e9282f488ffe2217ccd2ea2c4049150615
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 27 Feb 2020 17:39:26 +0300

bump to 0.1.1

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

diff --git a/sysmgr b/sysmgr @@ -22,7 +22,7 @@ die() { printf 'error: %s\n' "$@" "exiting..." >&2 ; exit 1 ;} RUNDIR="${RUNDIR:-/run/sysmgr}" SYSDIR="${SYSDIR:-/var/sysmgr}" -version=0.1.0 +version=0.1.1 checkprocess() { [ -d /proc ] || {