Merge pull request #9084 from mscherer/fix9704/fix_service

Fix #9704, correctly set changed as false when nothing is done
pull/9098/head
Toshio Kuratomi 10 years ago
commit c289ba1b21

@ -673,6 +673,7 @@ class LinuxService(Service):
# Check if we're already in the correct state
if "3:%s" % action in out and "5:%s" % action in out:
self.changed = False
return
#

Loading…
Cancel
Save