mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
stop-server: Stop katex, if running.
This commit is contained in:
committed by
Tim Abbott
parent
708d07a885
commit
758aa36cbe
@@ -49,6 +49,7 @@ if has_application_server():
|
|||||||
services.append("zulip-django")
|
services.append("zulip-django")
|
||||||
services.append("zulip-tornado:*")
|
services.append("zulip-tornado:*")
|
||||||
services.append("zulip-workers:*")
|
services.append("zulip-workers:*")
|
||||||
|
services.append("zulip-katex")
|
||||||
if has_application_server(once=True):
|
if has_application_server(once=True):
|
||||||
# These used to be included in "zulip-workers:*"; we may be
|
# These used to be included in "zulip-workers:*"; we may be
|
||||||
# stopping an older version of Zulip, which has not applied
|
# stopping an older version of Zulip, which has not applied
|
||||||
|
|||||||
Reference in New Issue
Block a user