From 87b0b0e0ce63352c7b500f476f975845f7746bc8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 21 Sep 2014 14:55:31 +0200 Subject: [PATCH] Fix #9704, correctly set changed as false when nothing is done --- library/system/service | 1 + 1 file changed, 1 insertion(+) diff --git a/library/system/service b/library/system/service index 1effff382c3..83fc2843c33 100644 --- a/library/system/service +++ b/library/system/service @@ -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 #