process_ccache: Update path to Zulip supervisord files.
This commit is contained in:
parent
f2d80c657a
commit
59a0a912a8
|
@ -18,7 +18,7 @@ api_key_path = "/home/zulip/api-keys/%s" % (program_name,)
|
||||||
open(api_key_path, "w").write(api_key + "\n")
|
open(api_key_path, "w").write(api_key + "\n")
|
||||||
|
|
||||||
# Setup supervisord configuration
|
# 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 = os.path.join(os.path.dirname(__file__), "zmirror_private.conf.template")
|
||||||
template_data = open(template).read()
|
template_data = open(template).read()
|
||||||
session_path = "/home/zulip/zephyr_sessions/%s" % (program_name,)
|
session_path = "/home/zulip/zephyr_sessions/%s" % (program_name,)
|
||||||
|
|
Loading…
Reference in a new issue