* cam variables to env file * fix heredoc * fix env filename * ustreamer dev * simplify echos * readme * cansettings plus much more * else fix * more else fixes * remove env fix * first run instance creation
13 lines
399 B
Desktop File
13 lines
399 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 /dev/${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
|