13 lines
394 B
Desktop File
13 lines
394 B
Desktop File
[Unit]
|
|
Description=the OctoPi(buntu) ustreamer daemon with the user specified config
|
|
After=network.online.target
|
|
Wants=network.online.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/OCTOCAM.env
|
|
User=OCTOUSER
|
|
ExecStart=/home/OCTOUSER/ustreamer/ustreamer -d ${DEVICE} -s 0.0.0.0 -m MJPEG -r ${RES} -f ${FRAMERATE} -p ${PORT} --device-timeout 8 --device-error-delay 8
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|