12 lines
365 B
Desktop File
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
|