From 98e276dfd115923fcd3138300cc9732d5af4bdcf Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 24 Jun 2021 14:02:47 -0400 Subject: [PATCH] Use full-reconfigure to reload zuul-scheduler Depends-On: https://review.opendev.org/c/windmill/windmill/+/798005 Change-Id: Ia1c9af51f4e0d1032ae844b7c97f37841c3ffcef Signed-off-by: Paul Belanger --- templates/etc/systemd/system/zuul-scheduler.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/systemd/system/zuul-scheduler.service b/templates/etc/systemd/system/zuul-scheduler.service index ec717fb..1668ec7 100644 --- a/templates/etc/systemd/system/zuul-scheduler.service +++ b/templates/etc/systemd/system/zuul-scheduler.service @@ -8,7 +8,7 @@ Group=zuul User=zuul ExecStart={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler -f ExecStop={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler stop -ExecReload=/bin/kill -HUP $MAINPID +ExecReload={{ zuul_pip_virtualenv | default('/usr/local') }}/bin/zuul-scheduler full-reconfigure [Install] WantedBy=multi-user.target