Files
octodocker_deploy/octocam_ustream.service
paukstelis 907b06f673 ustreamer
2022-05-27 22:27:00 -04:00

12 lines
365 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 -s 0.0.0.0 -m MJPEG -r RESOLUTION -f FRAMERATE -p CAMPORT --device-timeout 8 --device-error-delay 8
[Install]
WantedBy=multi-user.target