description

This commit is contained in:
Joey Hess 2014-04-01 14:08:35 -04:00
parent 1dd454ebfa
commit 407f1b27fc
1 changed files with 1 additions and 0 deletions

View File

@ -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)