diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 14:08:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 14:08:35 -0400 |
| commit | 407f1b27fcf619b79b30ba89252f5a16df00f27f (patch) | |
| tree | b1a311b816755ad138eef784e47ca2ce49db2665 | |
| parent | 1dd454ebfaadcf906a96dce6c0519abb6ddcbbbc (diff) | |
description
| -rw-r--r-- | Propellor/Property/Cmd.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
