Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a534446 commit 9212091Copy full SHA for 9212091
zulip/integrations/zephyr/process_ccache
@@ -18,7 +18,7 @@ api_key_path = f"/home/zulip/api-keys/{program_name}"
18
open(api_key_path, "w").write(api_key + "\n")
19
20
# Setup supervisord configuration
21
-supervisor_path = f"/etc/supervisor/conf.d/zulip/{program_name}.conf"
+supervisor_path = f"/etc/supervisor/conf.d/zmirror/{program_name}.conf"
22
template = os.path.join(os.path.dirname(__file__), "zmirror_private.conf.template")
23
template_data = open(template).read()
24
session_path = f"/home/zulip/zephyr_sessions/{program_name}"
0 commit comments