diff --git a/service b/service index f0e5da101b7..65a8e8c4c7a 100755 --- a/service +++ b/service @@ -79,9 +79,7 @@ elif state == "restarted": # run change commands if we need to def _run(cmd): - return subprocess.call(cmd, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE, shell=True) + return subprocess.call(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) rc = 0 if changed: