sysvinit: Fix for false changed messages (#42956)

This commit is contained in:
Alexander Gubin 2018-07-19 11:17:34 +00:00 committed by Brian Coca
parent b6f8de9204
commit e129616ba6

View file

@ -221,6 +221,7 @@ def main():
if not worked: if not worked:
# hail mary # hail mary
if rc == 0: if rc == 0:
is_started = True
worked = True worked = True
# ps for luck, can only assure positive match # ps for luck, can only assure positive match
elif get_ps(module, name): elif get_ps(module, name):