diff --git a/zulip/integrations/zephyr/process_ccache b/zulip/integrations/zephyr/process_ccache index 260df19..c633345 100755 --- a/zulip/integrations/zephyr/process_ccache +++ b/zulip/integrations/zephyr/process_ccache @@ -18,7 +18,7 @@ api_key_path = "/home/zulip/api-keys/%s" % (program_name,) open(api_key_path, "w").write(api_key + "\n") # Setup supervisord configuration -supervisor_path = "/etc/supervisor/conf.d/%s.conf" % (program_name,) +supervisor_path = "/etc/supervisor/conf.d/zulip/%s.conf" % (program_name,) template = os.path.join(os.path.dirname(__file__), "zmirror_private.conf.template") template_data = open(template).read() session_path = "/home/zulip/zephyr_sessions/%s" % (program_name,)