diff --git a/library/service b/library/service index 3426e9becad..e8ede0678f6 100755 --- a/library/service +++ b/library/service @@ -171,6 +171,8 @@ def _get_service_status(name, pattern): running = False elif 'dead but subsys locked' in cleanout: running = False + elif 'dead but pid file exists' in cleanout: + running = False # if the job status is still not known check it by special conditions if running == None: