From 00aa9237051d7b763ea038be4cb74df317ebd9f6 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Fri, 11 Nov 2022 07:54:08 -0500 Subject: rewrite to starlette --- syntax-highlighting.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax-highlighting.service.in') diff --git a/syntax-highlighting.service.in b/syntax-highlighting.service.in index 02b5cf1..c65e163 100644 --- a/syntax-highlighting.service.in +++ b/syntax-highlighting.service.in @@ -3,7 +3,7 @@ Description=syntax highlighting server [Service] Type=simple -ExecStart=@libdir@/cgit/syntax-highlighting-server.py +ExecStart=/usr/bin/uvicorn --app-dir @libdir@/cgit --port 4872 syntax-highlighting-server:app DynamicUser=yes IPAddressAllow=localhost -- cgit v1.2.3-54-g00ecf