steps to make it run on boot
This commit is contained in:
parent
be4586dc53
commit
5a77966102
12
readme.md
12
readme.md
@ -12,4 +12,14 @@ sudo apt install obs-studio # optional for testing?
|
||||
sudo apt install python3-pipenv
|
||||
pipenv lock # ?
|
||||
pipenv install
|
||||
pipenv run python3 webcam.py
|
||||
pipenv run python3 webcam.py
|
||||
|
||||
add the following to ~/.config/wayfire.ini to make it autorun at startup
|
||||
|
||||
[autostart]
|
||||
pipenv = cd /home/pi/mirror-to-yesterday; pipenv run python3 webcam.py
|
||||
screensaver = false
|
||||
dpms = false
|
||||
|
||||
|
||||
maybe take security steps? disable keyboards? how are we gonna secure this?
|
||||
|
Loading…
Reference in New Issue
Block a user