Files
octodocker_deploy/octocam_ustream.service
paukstelis b64e4e3d0f ustreamer
2022-05-16 18:08:45 -04:00

12 lines
354 B
Desktop File

[Unit]
Description=the OctoPi(buntu) ustreamer daemon with the user specified config
After=network.online.target
Wants=network.online.target
[Service]
User=OCTOUSER
ExecStart=/home/OCTOUSER/ustreamer/ustreamer -d /dev/OCTOCAM -m MJPEG -r RESOLUTION -f FRAMERATE -p CAMPORT --device-timeout 8 --device-error-delay 8
[Install]
WantedBy=multi-user.target