From 3dc9c8bcb19a7166edbedccc27c412cec723d878 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 09:10:57 +0100 Subject: [PATCH] README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dfabe7..358ceae 100644 --- a/README.md +++ b/README.md @@ -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