Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9212091

Browse files
committed
process_ccache: Adjust supervisor_path to avoid Puppet purging.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent a534446 commit 9212091

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 = f"/home/zulip/api-keys/{program_name}"
1818
open(api_key_path, "w").write(api_key + "\n")
1919

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

0 commit comments

Comments
 (0)