Update generic cam, enable for cam service
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
[Unit]
|
||||
Description=the OctoPi/buntu webcam daemon with the user specified config
|
||||
Description=the OctoPi(buntu) webcam daemon with the user specified config
|
||||
After=network.online.target
|
||||
Wants=network.online.target
|
||||
|
||||
[Service]
|
||||
User=OCTOUSER
|
||||
ExecStart=mjpg_streamer -i "input_uvc.so -d /dev/OCTOCAM -y -f 5" -o "output_http.so -p CAMPORT"
|
||||
ExecStart=mjpg_streamer -i "input_uvc.so -d /dev/OCTOCAM -f 5" -o "output_http.so -p CAMPORT"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user