README.md

This commit is contained in:
Oscar Krause 2022-12-28 09:10:57 +01:00
parent b22613c337
commit 3dc9c8bcb1

View File

@ -193,7 +193,7 @@ EOF
```
Now you have to run `systemctl daemon-reload`. After that you can start service
with `systemctl start fastapi-dls.service`.
with `systemctl start fastapi-dls.service` and enable autostart with `systemctl enable fastapi-dls.service`.
## Debian/Ubuntu (using `dpkg`)
@ -214,7 +214,8 @@ wget -O $FILENAME https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/pac
dpkg -i $FILENAME
apt-get install -f --fix-missing
```
with `systemctl start fastapi-dls.service`.
Start with `systemctl start fastapi-dls.service` and enable autostart with `systemctl enable fastapi-dls.service`.
## Let's Encrypt Certificate