Prep for octopi

This commit is contained in:
paukstelis
2021-03-06 11:22:40 -05:00
parent 47db5cdbfc
commit 74ebb57452
3 changed files with 51 additions and 19 deletions

9
octocam_generic.service Normal file
View File

@@ -0,0 +1,9 @@
[Unit]
Description=the OctoPi/buntu webcam daemon with the user specified config
[Service]
User=OCTOUSER
ExecStart=mjpg_streamer -i "input_uvc.so -d /dev/OCTOCAM -y -f 5" -o "output_http.so -p CAMPORT"
[Install]
WantedBy=multi-user.target