Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Oct 25, 2024
1 parent af06f50 commit bafca7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bafca7a

Please sign in to comment.