From bafca7a7147b7b7f30ed6c397aa2cdfb523d93b6 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 25 Oct 2024 21:26:41 +0200 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab8d5ef..a526eb2 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ On the node with the display, there might be issues on startup QT complaining ab ### Automatic Startup After Boot +Create following folder and file `~/.local/share/systemd/user/wigglecam.service` with content as follows: + ```ini [Unit] Description=wigglecam @@ -121,7 +123,8 @@ Type=simple Restart=always WorkingDirectory=%h/ # used as datafolder! Environment="QT_QPA_PLATFORM=linuxfb" -ExecStart=/home/pi/.local/bin/wigglecam_minimal # true for pipx install +#ExecStart=/home/pi/.local/bin/wigglecam_minimal # true for pipx install +ExecStart=/home/pi/.local/bin/wigglecam_api # true for pipx install [Install] WantedBy=default.target