diff --git a/service b/service index 682d3b76f5d..4a20193d512 100755 --- a/service +++ b/service @@ -73,7 +73,8 @@ if changed: if rc != 0: # yeah, should probably include output of failure... print json.dumps({ - "failed" : 1 + "failed" : 1, + "rc" : rc }) sys.exit(1)