sysvinit: Fix for false changed messages (#42956)
This commit is contained in:
parent
b6f8de9204
commit
e129616ba6
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue