From cefee22202f9d61931d4c91fab229d4628dbf978 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 27 Dec 2022 18:38:26 +0100 Subject: [PATCH] README.md - fixed srevice type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3717a93..6c79e9b 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ ExecStart=/opt/fastapi-dls/venv/bin/uvicorn main:app \ --proxy-headers Restart=always KillSignal=SIGQUIT -Type=notify +Type=simple StandardError=syslog NotifyAccess=all