Files
octodocker_deploy/octocam_generic.service
2021-03-06 16:58:43 -05:00

12 lines
295 B
Desktop File

[Unit]
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 -f 5" -o "output_http.so -p CAMPORT"
[Install]
WantedBy=multi-user.target