README.md
This commit is contained in:
parent
b22613c337
commit
3dc9c8bcb1
@ -193,7 +193,7 @@ EOF
|
|||||||
```
|
```
|
||||||
|
|
||||||
Now you have to run `systemctl daemon-reload`. After that you can start service
|
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`)
|
## Debian/Ubuntu (using `dpkg`)
|
||||||
|
|
||||||
@ -214,7 +214,8 @@ wget -O $FILENAME https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/pac
|
|||||||
dpkg -i $FILENAME
|
dpkg -i $FILENAME
|
||||||
apt-get install -f --fix-missing
|
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
|
## Let's Encrypt Certificate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user