commit fb2a741345ba38f4d9418a93415248b3065c9861 parent 6298255139ac499b4d0a4a192a73f8f938dc16a7 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 16 Sep 2020 16:50:24 +0300 svctl: allow empty pid returns Diffstat:
M | sysmgr | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysmgr b/sysmgr @@ -202,7 +202,7 @@ fn_svctl() { service=${service##*/} # This will retrieve the process id from the service directory. - getpid "$service" + getpid "$service" 2>/dev/null ||: case "$job" in stat|status)