README.md - fixed srevice type

This commit is contained in:
Oscar Krause
2022-12-27 18:38:26 +01:00
parent e5f557eb96
commit cefee22202

View File

@@ -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