From bd41fa8393712c8d1ba4eb8ee044f4f2ffb8acb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 11 Mar 2022 10:32:39 +0000 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af2491..cdf19cf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Content in the service file: ``` [Unit] Description=Server Rack LED -After=multi-user.target[Service] +After=multi-user.target + +[Service] Type=simple Restart=always ExecStart=/usr/bin/python3 /home/pi/server-rack-led/main.py