From 407f1b27fcf619b79b30ba89252f5a16df00f27f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 14:08:35 -0400 Subject: description --- Propellor/Property/Cmd.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor') diff --git a/Propellor/Property/Cmd.hs b/Propellor/Property/Cmd.hs index 3e496b82..09db6500 100644 --- a/Propellor/Property/Cmd.hs +++ b/Propellor/Property/Cmd.hs @@ -45,3 +45,4 @@ scriptProperty script = cmdProperty "sh" ["-c", shellcmd] serviceRunning :: String -> Property serviceRunning svc = scriptProperty ["service " ++ shellEscape svc ++ " start >/dev/null 2>&1 || true"] + `describe` ("running " ++ svc) -- cgit v1.2.3