From 886e18d763c588d7df149c5479874034ca43a557 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 5 May 2026 18:24:30 -0400 Subject: [PATCH] update readme --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/readme.md b/readme.md index 920637e..8b3d2fe 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,23 @@ I have a small setup to make this work, all specs found below - Download logos using the `download_logos.py` Python script - Run `scoreboard.py` Python script +This runs as a systemd service on my Pi, with the following configuration + +``` +[Unit] +Description=Scoreboard Script +After=multi-user.target + +[Service] +ExecStart=/usr/bin/python3 scoreboard.py +WorkingDirectory=/home/pi/Documents/scoreboard +Restart=always +User=pi + +[Install] +WantedBy=multi-user.target +``` + ## Govee Lighting If you have Govee lighting you want to setup for celebrations, create a `.env` file and complete the arguments in the template file.