From fc01316345b08bedb4354d552a22fa4b7cc7aa7e Mon Sep 17 00:00:00 2001 From: solene rapenne Date: Thu, 26 Jan 2017 18:03:46 +0100 Subject: [PATCH] using full path for services tools --- probes.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/probes.lisp b/probes.lisp index a10aa26..54aef29 100644 --- a/probes.lisp +++ b/probes.lisp @@ -21,9 +21,9 @@ service (command-return-code #+openbsd - (list "rcctl" "check" (getf params :name)) + (list "/usr/sbin/rcctl" "check" (getf params :name)) #+(or freebsd linux) - (list "service" (getf params :name) "status"))) + (list "/usr/sbin/service" (getf params :name) "status"))) (create-probe pid-running