Update service
This commit is contained in:
parent
88a4a56889
commit
57fb97470c
1 changed files with 0 additions and 7 deletions
|
@ -882,13 +882,6 @@ class AIX(Service):
|
|||
self.module.fail_json(msg='unable to find refresh binary')
|
||||
|
||||
|
||||
def get_service_status(self):
|
||||
rc, stdout, stderr = self.execute_command("%s -s %s" % (self.lssrc_cmd, self.name))
|
||||
if rc == 1:
|
||||
self.running = False
|
||||
elif rc == 0:
|
||||
self.running = True
|
||||
|
||||
def get_service_status(self):
|
||||
status = self.get_aix_src_status()
|
||||
# Only 'active' is considered properly running. Everything else is off
|
||||
|
|
Loading…
Reference in a new issue