diff --git a/library/system/service b/library/system/service index 61e56ec83db..1effff382c3 100644 --- a/library/system/service +++ b/library/system/service @@ -1287,7 +1287,7 @@ def main(): (rc, out, err) = service.modify_service_state() if rc != 0: - if err and "is already" in err: + if err and "Job is already running" in err: # upstart got confused, one such possibility is MySQL on Ubuntu 12.04 # where status may report it has no start/stop links and we could # not get accurate status