steps to make it run on boot
This commit is contained in:
parent
be4586dc53
commit
5a77966102
10
readme.md
10
readme.md
@ -13,3 +13,13 @@ sudo apt install python3-pipenv
|
|||||||
pipenv lock # ?
|
pipenv lock # ?
|
||||||
pipenv install
|
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