11 lines
212 B
Desktop File
11 lines
212 B
Desktop File
[Unit]
|
|
Description=uStreamer
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ustreamer -s 0.0.0.0 -p 8084 -r 1920x1080 -d /dev/video6 -m MJPEG
|
|
ExecStop=kill $(pidof ustreamer)
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|