Skip to content

Commit 59a0a91

Browse files
committed
process_ccache: Update path to Zulip supervisord files.
1 parent f2d80c6 commit 59a0a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip/integrations/zephyr/process_ccache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ api_key_path = "/home/zulip/api-keys/%s" % (program_name,)
1818
open(api_key_path, "w").write(api_key + "\n")
1919

2020
# Setup supervisord configuration
21-
supervisor_path = "/etc/supervisor/conf.d/%s.conf" % (program_name,)
21+
supervisor_path = "/etc/supervisor/conf.d/zulip/%s.conf" % (program_name,)
2222
template = os.path.join(os.path.dirname(__file__), "zmirror_private.conf.template")
2323
template_data = open(template).read()
2424
session_path = "/home/zulip/zephyr_sessions/%s" % (program_name,)

0 commit comments

Comments
 (0)