summaryrefslogtreecommitdiff
path: root/zuul/cmd/scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/cmd/scheduler.py')
-rwxr-xr-xzuul/cmd/scheduler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/zuul/cmd/scheduler.py b/zuul/cmd/scheduler.py
index 7ed30b68e..a429d19f7 100755
--- a/zuul/cmd/scheduler.py
+++ b/zuul/cmd/scheduler.py
@@ -76,7 +76,6 @@ class Scheduler(zuul.cmd.ZuulDaemonApp):
def exit_handler(self, signum, frame):
self.sched.stop()
self.sched.join()
- sys.exit(0)
def run(self):
self.handleCommands()