[systemd] Add more ustreamer and snapspot
This commit is contained in:
10
systemd/.config/systemd/user/ustreamer.service
Normal file
10
systemd/.config/systemd/user/ustreamer.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=uStreamer
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ustreamer -s 0.0.0.0 -p 8081 -r 1920x1080 -d /dev/video0 -m MJPEG
|
||||
ExecStop=kill $(pidof ustreamer)
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user