From 45542de108ab90552c4e7b7f5516b9ae83abe3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 11 Mar 2022 10:28:17 +0000 Subject: [PATCH] Updated README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2531888..b367a70 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ -# Install the Webapi +# Install Python script as service -sudo apt install lamp-server^ php -y -sudo cp web_api/* /var/www/html -sudo rm /var/www/html/index.html \ No newline at end of file +Requirements: +- systemd (sudo apt install systemd -y) + +Create service file: +`sudo nano /etc/systemd/system/server-rack-led.service` \ No newline at end of file